Browse Source

mount2 add debug mode

pull/2676/head
chrislu 3 years ago
parent
commit
4e72863ba5
  1. 2
      weed/command/mount2_std.go

2
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

Loading…
Cancel
Save