mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-18 23:59:23 +08:00
mount: accept all extra mount options
fix https://github.com/seaweedfs/seaweedfs/issues/3767
This commit is contained in:
@@ -190,6 +190,8 @@ func runFuse(cmd *Command, args []string) bool {
|
||||
}
|
||||
case "fusermount.path":
|
||||
fusermountPath = parameter.value
|
||||
default:
|
||||
mountOptions.extraOptions = append(mountOptions.extraOptions, fmt.Sprintf("%s:%s", parameter.name, parameter.value))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user