diff options
| author | chrislu <chris.lu@gmail.com> | 2022-01-12 01:11:25 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-01-12 01:11:25 -0800 |
| commit | 826a7b307e37299528d7b3b2aa8f374800bd28b6 (patch) | |
| tree | 351e5654880bc15c96a8a63ab45ec85d68094c92 /weed/command | |
| parent | cd1ad88f30419f330af22333e1621b92d3a9b695 (diff) | |
| download | seaweedfs-826a7b307e37299528d7b3b2aa8f374800bd28b6.tar.xz seaweedfs-826a7b307e37299528d7b3b2aa8f374800bd28b6.zip | |
master: remove hard coded filer settings in master.toml
fix https://github.com/chrislusf/seaweedfs/issues/2529
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/scaffold/master.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/weed/command/scaffold/master.toml b/weed/command/scaffold/master.toml index 78a5a6b7c..ff0d90d1d 100644 --- a/weed/command/scaffold/master.toml +++ b/weed/command/scaffold/master.toml @@ -19,9 +19,6 @@ scripts = """ """ sleep_minutes = 17 # sleep minutes between each script execution -[master.filer] -default = "localhost:8888" # used by maintenance scripts if the scripts needs to use fs related commands - [master.sequencer] type = "raft" # Choose [raft|snowflake] type for storing the file id sequence |
