aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-12-22 02:26:05 -0800
committerChris Lu <chris.lu@gmail.com>2020-12-22 02:26:05 -0800
commit90d785a15fb8c0379e068aab94066cf5e3622071 (patch)
treeb834d04131c69808c3d58dbac0e34498ce247bc6 /weed/command
parentfe46411cd4e675d910fdac1a5d91964376518c1c (diff)
downloadseaweedfs-90d785a15fb8c0379e068aab94066cf5e3622071.tar.xz
seaweedfs-90d785a15fb8c0379e068aab94066cf5e3622071.zip
filer: redis, redis cluster, cassandra support super large directory
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/scaffold.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index 1ab763004..04a988027 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -138,12 +138,16 @@ hosts=[
]
username=""
password=""
+# This changes the data layout. Only add new directories. Removing/Updating will cause data loss.
+superLargeDirectories = []
[redis2]
enabled = false
address = "localhost:6379"
password = ""
database = 0
+# This changes the data layout. Only add new directories. Removing/Updating will cause data loss.
+superLargeDirectories = []
[redis_cluster2]
enabled = false
@@ -160,6 +164,8 @@ password = ""
readOnly = true
# automatically use the closest Redis server for reads
routeByLatency = true
+# This changes the data layout. Only add new directories. Removing/Updating will cause data loss.
+superLargeDirectories = []
[etcd]
enabled = false