aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-09-30 08:40:37 -0700
committerchrislu <chris.lu@gmail.com>2022-09-30 08:40:37 -0700
commit8e81619d0260f8023564a9897a76127e28851e00 (patch)
tree4ffc2eb2c955b860b5f50877c7e8604477b60428 /weed/command/mount.go
parent620be2be16ea6cf4b6f428f3334fa34035a88736 (diff)
downloadseaweedfs-8e81619d0260f8023564a9897a76127e28851e00.tar.xz
seaweedfs-8e81619d0260f8023564a9897a76127e28851e00.zip
mount: accept all extra mount options
fix https://github.com/seaweedfs/seaweedfs/issues/3767
Diffstat (limited to 'weed/command/mount.go')
-rw-r--r--weed/command/mount.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/mount.go b/weed/command/mount.go
index 0046ca03d..028757c25 100644
--- a/weed/command/mount.go
+++ b/weed/command/mount.go
@@ -31,6 +31,7 @@ type MountOptions struct {
debugPort *int
localSocket *string
disableXAttr *bool
+ extraOptions []string
}
var (