diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-01 15:44:21 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-01 15:44:21 -0700 |
| commit | 81b255df8b7352e7a420e7dc4a56cf58bcb9075f (patch) | |
| tree | 8a85f720a83796896b39b9fc6080414551181dc1 /weed/command | |
| parent | cb1dbd31351ad7900b8c4acc4fd6c7f862088325 (diff) | |
| parent | 58bc3ecf4712dd8c94c3470324aa68492072c78b (diff) | |
| download | seaweedfs-81b255df8b7352e7a420e7dc4a56cf58bcb9075f.tar.xz seaweedfs-81b255df8b7352e7a420e7dc4a56cf58bcb9075f.zip | |
Merge branch 'master' into add_remote_storage
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/scaffold/filer.toml | 2 | ||||
| -rw-r--r-- | weed/command/scaffold/master.toml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml index 1de7d02aa..9e9258865 100644 --- a/weed/command/scaffold/filer.toml +++ b/weed/command/scaffold/filer.toml @@ -12,8 +12,6 @@ # with http DELETE, by default the filer would check whether a folder is empty. # recursive_delete will delete all sub folders and files, similar to "rm -Rf" recursive_delete = false -# directories under this folder will be automatically creating a separate bucket -buckets_folder = "/buckets" #################################################### # The following are filer store options diff --git a/weed/command/scaffold/master.toml b/weed/command/scaffold/master.toml index 60a7dbcfc..cdd92016c 100644 --- a/weed/command/scaffold/master.toml +++ b/weed/command/scaffold/master.toml @@ -11,6 +11,7 @@ scripts = """ ec.encode -fullPercent=95 -quietFor=1h ec.rebuild -force ec.balance -force + volume.deleteEmpty -quietFor=24h volume.balance -force volume.fix.replication unlock |
