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", Name: "seaweedfs",
SingleThreaded: false, SingleThreaded: false,
DisableXAttrs: false, DisableXAttrs: false,
Debug: false, Debug: *option.debug,
EnableLocks: false, EnableLocks: false,
ExplicitDataCacheControl: false, ExplicitDataCacheControl: false,
// SyncRead: false, // set to false to enable the FUSE_CAP_ASYNC_READ capability // SyncRead: false, // set to false to enable the FUSE_CAP_ASYNC_READ capability