aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-02-15 00:26:30 -0800
committerchrislu <chris.lu@gmail.com>2022-02-15 00:26:30 -0800
commit4e72863ba5d5c3a216722ebb7c3f7d085033d36a (patch)
treef3a64228834442aa034599d8df6e24554e4fea37
parent64afbc523580fcf978fc458b3c9cf734d137a098 (diff)
downloadseaweedfs-4e72863ba5d5c3a216722ebb7c3f7d085033d36a.tar.xz
seaweedfs-4e72863ba5d5c3a216722ebb7c3f7d085033d36a.zip
mount2 add debug mode
-rw-r--r--weed/command/mount2_std.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/mount2_std.go b/weed/command/mount2_std.go
index 89935e684..721c380e4 100644
--- a/weed/command/mount2_std.go
+++ b/weed/command/mount2_std.go
@@ -155,7 +155,7 @@ func RunMount2(option *Mount2Options, umask os.FileMode) bool {
Name: "seaweedfs",
SingleThreaded: false,
DisableXAttrs: false,
- Debug: false,
+ Debug: *option.debug,
EnableLocks: false,
ExplicitDataCacheControl: false,
// SyncRead: false, // set to false to enable the FUSE_CAP_ASYNC_READ capability