mount2 add debug mode

This commit is contained in:
chrislu 2022-02-15 00:26:30 -08:00
parent 64afbc5235
commit 4e72863ba5

View File

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