mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
not same with code. "$weed scaffold -conf=master" should be "$weed scaffold -config=master"
parent
08d1b95e84
commit
1bf4647414
|
@ -35,7 +35,7 @@ For smaller volumes less than 10GB, and for edge cases, the volume is split into
|
|||
The 14 EC shards should be spread into disks, volume servers and racks as evenly as possible, to protect against the hardware failure caused data loss.
|
||||
|
||||
## How to enable it?
|
||||
Run `weed scaffold -conf=master` to generate a `master.toml` file, put it in current directory, `~/.seaweedfs/`, or `/etc/seaweedfs/`.
|
||||
Run `weed scaffold -config=master` to generate a `master.toml` file, put it in current directory, `~/.seaweedfs/`, or `/etc/seaweedfs/`.
|
||||
|
||||
It will add a list of commands executed periodically. Actually the commands can also be executed via `weed shell` with exactly the same effect. The scripts stored in the `master.toml` file is to make the deployment convenient.
|
||||
|
||||
|
|
Loading…
Reference in a new issue