aboutsummaryrefslogtreecommitdiff
path: root/weed/command/fuse.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/fuse.go')
-rw-r--r--weed/command/fuse.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/command/fuse.go b/weed/command/fuse.go
index 5beeb3b1f..23055c84d 100644
--- a/weed/command/fuse.go
+++ b/weed/command/fuse.go
@@ -153,6 +153,8 @@ func runFuse(cmd *Command, args []string) bool {
} else {
panic(fmt.Errorf("cacheCapacityMB: %s", err))
}
+ case "cacheDirWrite":
+ mountOptions.cacheDirWrite = &parameter.value
case "dataCenter":
mountOptions.dataCenter = &parameter.value
case "allowOthers":