diff options
| author | chrislu <chris.lu@gmail.com> | 2022-02-15 00:26:30 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-02-15 00:26:30 -0800 |
| commit | 4e72863ba5d5c3a216722ebb7c3f7d085033d36a (patch) | |
| tree | f3a64228834442aa034599d8df6e24554e4fea37 /weed/command | |
| parent | 64afbc523580fcf978fc458b3c9cf734d137a098 (diff) | |
| download | seaweedfs-4e72863ba5d5c3a216722ebb7c3f7d085033d36a.tar.xz seaweedfs-4e72863ba5d5c3a216722ebb7c3f7d085033d36a.zip | |
mount2 add debug mode
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/mount2_std.go | 2 |
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 |
