improve cephfs fuse error log level

This commit is contained in:
mlmhl 2018-10-25 17:54:12 +08:00
parent ed39bd45f5
commit 12e007d33c

View File

@ -252,7 +252,7 @@ func (cephfsVolume *cephfsMounter) SetUpAt(dir string, fsGroup *int64) error {
return nil
} else {
// 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.")