mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
cleanup: incorrect fuserecovery logging
Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
@ -151,6 +151,10 @@ func validateMounter(m string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (v *VolumeOptions) DetectMounter(options map[string]string) error {
|
||||
return extractMounter(&v.Mounter, options)
|
||||
}
|
||||
|
||||
func extractMounter(dest *string, options map[string]string) error {
|
||||
if err := extractOptionalOption(dest, "mounter", options); err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user