mirror of https://github.com/k3s-io/k3s
improve cephfs fuse error log level
parent
ed39bd45f5
commit
12e007d33c
|
@ -252,7 +252,7 @@ func (cephfsVolume *cephfsMounter) SetUpAt(dir string, fsGroup *int64) error {
|
||||||
return nil
|
return nil
|
||||||
} else {
|
} else {
|
||||||
// if cephfs fuse mount failed, fallback to kernel mount.
|
// if cephfs fuse mount failed, fallback to kernel mount.
|
||||||
glog.V(4).Infof("CephFS fuse mount failed: %v, fallback to kernel mount.", err)
|
glog.V(2).Infof("CephFS fuse mount failed: %v, fallback to kernel mount.", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
glog.V(4).Info("CephFS kernel mount.")
|
glog.V(4).Info("CephFS kernel mount.")
|
||||||
|
|
Loading…
Reference in New Issue