diff --git a/Erasure-Coding-for-warm-storage.md b/Erasure-Coding-for-warm-storage.md index b5ea1cb..9966188 100644 --- a/Erasure-Coding-for-warm-storage.md +++ b/Erasure-Coding-for-warm-storage.md @@ -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.