diff options
author | Alex <alex@adnab.me> | 2024-09-10 09:03:31 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-09-10 09:03:31 +0000 |
commit | 8d2bb4afeba6a90ba12a41144246e3b08eac70f8 (patch) | |
tree | 840ebb0c8fe5f686c8c5f259eb41365597621675 /doc/book/operations | |
parent | 615698df7d2d3867fd3d9cbdf8d8849a9de358bf (diff) | |
parent | c26f32b769903c132c456f3771435e2adf77f35b (diff) | |
download | garage-8d2bb4afeba6a90ba12a41144246e3b08eac70f8.tar.gz garage-8d2bb4afeba6a90ba12a41144246e3b08eac70f8.zip |
Merge pull request 'Typo' (#875) from faust/garage:doc2 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/875
Diffstat (limited to 'doc/book/operations')
-rw-r--r-- | doc/book/operations/recovering.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/book/operations/recovering.md b/doc/book/operations/recovering.md index 6e19db0e..05322b67 100644 --- a/doc/book/operations/recovering.md +++ b/doc/book/operations/recovering.md @@ -5,7 +5,7 @@ weight = 40 Garage is meant to work on old, second-hand hardware. In particular, this makes it likely that some of your drives will fail, and some manual intervention will be needed. -Fear not! For Garage is fully equipped to handle drive failures, in most common cases. +Fear not! Garage is fully equipped to handle drive failures, in most common cases. ## A note on availability of Garage @@ -61,7 +61,7 @@ garage repair -a --yes blocks This will re-synchronize blocks of data that are missing to the new HDD, reading them from copies located on other nodes. -You can check on the advancement of this process by doing the following command: +You can check on the advancement of this process by doing the following command: ```bash garage stats -a |