aboutsummaryrefslogtreecommitdiff
path: root/weed/Makefile
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-12-19 01:27:09 -0800
committerChris Lu <chris.lu@gmail.com>2020-12-19 01:27:09 -0800
commit41c0f3ad2495508cdcea8ec22c18db46a925fecb (patch)
tree3fc35c9fd4b3d56f65c5b5b0368e24390f34b943 /weed/Makefile
parent0d5683fb0e6b1afe5fe7dadaa05361c0d698e795 (diff)
downloadseaweedfs-41c0f3ad2495508cdcea8ec22c18db46a925fecb.tar.xz
seaweedfs-41c0f3ad2495508cdcea8ec22c18db46a925fecb.zip
filer: support path-specific filer store
Diffstat (limited to 'weed/Makefile')
-rw-r--r--weed/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/Makefile b/weed/Makefile
index 33886215a..fd0843c22 100644
--- a/weed/Makefile
+++ b/weed/Makefile
@@ -20,7 +20,7 @@ debug_mount:
debug_server:
go build -gcflags="all=-N -l"
- dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec weed -- server -dir=/Volumes/mobile_disk/99 -filer -volume.port=8343 -s3 -volume.max=0
+ dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec weed -- server -dir=/Volumes/mobile_disk/99 -filer -volume.port=8343 -s3 -volume.max=0 -master.volumeSizeLimitMB=1024 -volume.preStopSeconds=1
debug_volume:
go build -gcflags="all=-N -l"
@@ -32,4 +32,4 @@ debug_webdav:
debug_s3:
go build -gcflags="all=-N -l"
- dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec weed -- -v=4 s3 \ No newline at end of file
+ dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec weed -- -v=4 s3