From 3c26f119461001ffa924e2ab39489fb2fabe9cef Mon Sep 17 00:00:00 2001 From: Ben Longo Date: Tue, 18 Jun 2019 14:37:28 -0400 Subject: [PATCH] Remove apostrophe --- Erasure-Coding-for-warm-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.