Remove apostrophe

Ben Longo 2019-06-18 14:37:28 -04:00
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.