mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Remove apostrophe
parent
7714089f8a
commit
3c26f11946
|
@ -34,7 +34,7 @@ The script in the `master.toml` is executed on the master. If you have a large n
|
|||
The scripts have 3 steps related to erasure coding.
|
||||
|
||||
### Erasure Encode Sealed Data
|
||||
`ec.encode` command will find volum`es that are almost full and has been stale for a period of time.
|
||||
`ec.encode` command will find volumes that are almost full and has been stale for a period of time.
|
||||
|
||||
The default command is `ec.encode -fullPercent=95 -quietFor=1h`. It will find volumes at least 95% of the maximum volume size, which is usually 30GB, and have no updates for 1 hour.
|
||||
|
||||
|
|
Loading…
Reference in a new issue