mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-28 05:15:00 +08:00
mount2 add debug mode
This commit is contained in:
parent
64afbc5235
commit
4e72863ba5
@ -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…
Reference in New Issue
Block a user