aboutsummaryrefslogtreecommitdiff
path: root/weed/shell
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-06-30 22:53:53 -0700
committerChris Lu <chris.lu@gmail.com>2020-06-30 22:53:57 -0700
commit31e23e97837ba8d6a403e0b8c2d9ea6ff0bc0387 (patch)
tree73e7e3cfd697c97545c60caec10600d739d99b4f /weed/shell
parent7be57a1504890ac4a45288c5d6c8c512728d0e4d (diff)
downloadseaweedfs-31e23e97837ba8d6a403e0b8c2d9ea6ff0bc0387.tar.xz
seaweedfs-31e23e97837ba8d6a403e0b8c2d9ea6ff0bc0387.zip
filer: support active<=>active filer replication
Diffstat (limited to 'weed/shell')
-rw-r--r--weed/shell/command_bucket_delete.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_bucket_delete.go b/weed/shell/command_bucket_delete.go
index 07c2e74ac..8f5f63b46 100644
--- a/weed/shell/command_bucket_delete.go
+++ b/weed/shell/command_bucket_delete.go
@@ -49,6 +49,6 @@ func (c *commandBucketDelete) Do(args []string, commandEnv *CommandEnv, writer i
return fmt.Errorf("read buckets: %v", err)
}
- return filer_pb.Remove(commandEnv, filerBucketsPath, *bucketName, false, true, true)
+ return filer_pb.Remove(commandEnv, filerBucketsPath, *bucketName, false, true, true, false)
}