aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-10-10 19:10:46 -0700
committerChris Lu <chris.lu@gmail.com>2021-10-10 19:10:46 -0700
commitbf218cd59d0a7db1a8b5c55ccc93989b02a35738 (patch)
treee9a8e08837646c083972b58265643d8dd52f9f84 /weed/command/scaffold
parent5ca0a551acd89932bdb79871682527186ed28f40 (diff)
downloadseaweedfs-bf218cd59d0a7db1a8b5c55ccc93989b02a35738.tar.xz
seaweedfs-bf218cd59d0a7db1a8b5c55ccc93989b02a35738.zip
removing etcd sequencer
causing go mod tidy problem. If anyone wants this, please help to resolve this first. github.com/chrislusf/seaweedfs/weed/sequence imports go.etcd.io/etcd/client tested by go.etcd.io/etcd/client.test imports github.com/coreos/etcd/integration imports github.com/coreos/etcd/proxy/grpcproxy imports google.golang.org/grpc/naming: module google.golang.org/grpc@latest found (v1.41.0), but does not contain package google.golang.org/grpc/naming
Diffstat (limited to 'weed/command/scaffold')
-rw-r--r--weed/command/scaffold/master.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/weed/command/scaffold/master.toml b/weed/command/scaffold/master.toml
index 020f48e36..363493db3 100644
--- a/weed/command/scaffold/master.toml
+++ b/weed/command/scaffold/master.toml
@@ -23,10 +23,7 @@ default = "localhost:8888" # used by maintenance scripts if the scripts needs
[master.sequencer]
-type = "raft" # Choose [raft|etcd|snowflake] type for storing the file id sequence
-# when sequencer.type = etcd, set listen client urls of etcd cluster that store file id sequence
-# example : http://127.0.0.1:2379,http://127.0.0.1:2389
-sequencer_etcd_urls = "http://127.0.0.1:2379"
+type = "raft" # Choose [raft|snowflake] type for storing the file id sequence
# when sequencer.type = snowflake, the snowflake id must be different from other masters
sequencer_snowflake_id = 0 # any number between 1~1023