improve cephfs fuse error log level

pull/58/head
mlmhl 2018-10-25 17:54:12 +08:00
parent ed39bd45f5
commit 12e007d33c
1 changed files with 1 additions and 1 deletions

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.")