add separate cache directory for write buffers

This commit is contained in:
chrislu
2023-08-16 23:39:21 -07:00
parent b05ab1e092
commit 6c7fa567d4
4 changed files with 9 additions and 1 deletions

View File

@@ -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":