mount: accept all extra mount options
fix https://github.com/seaweedfs/seaweedfs/issues/3767
This commit is contained in:
@@ -31,6 +31,7 @@ type MountOptions struct {
|
||||
debugPort *int
|
||||
localSocket *string
|
||||
disableXAttr *bool
|
||||
extraOptions []string
|
||||
}
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user