mount: fix bound tree with filer.path

fix https://github.com/chrislusf/seaweedfs/issues/1528
This commit is contained in:
Chris Lu
2020-10-12 21:58:37 -07:00
parent f022aff289
commit b18f21cce1
5 changed files with 19 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ debug_shell:
debug_mount:
go build -gcflags="all=-N -l"
dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec weed -- mount -dir=~/tmp/mm
dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec weed -- mount -dir=~/tmp/mm -cacheCapacityMB=0 -filer.path=/buckets
debug_server:
go build -gcflags="all=-N -l"