diff options
author | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-01-27 14:51:15 +0100 |
---|---|---|
committer | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-01-27 14:51:15 +0100 |
commit | 91a51dd3e876bde7d9b6199b478c26c620994348 (patch) | |
tree | 6db80499bd2d9531aeedc6a294d16f151f495ee0 /doc/book/operations/durability-repairs.md | |
parent | 08a871390e44751eb03f75189aa40ea2f84a9ffb (diff) | |
download | garage-91a51dd3e876bde7d9b6199b478c26c620994348.tar.gz garage-91a51dd3e876bde7d9b6199b478c26c620994348.zip |
doc: fix some typos
Diffstat (limited to 'doc/book/operations/durability-repairs.md')
-rw-r--r-- | doc/book/operations/durability-repairs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/book/operations/durability-repairs.md b/doc/book/operations/durability-repairs.md index b0d2c78a..578899a8 100644 --- a/doc/book/operations/durability-repairs.md +++ b/doc/book/operations/durability-repairs.md @@ -49,7 +49,7 @@ verifications. Of course, scrubbing the entire data store will also take longer. ## Block check and resync In some cases, nodes hold a reference to a block but do not actually have the block -stored on disk. Conversely, they may also have on disk blocks that are not referenced +stored on disk. Conversely, they may also have on-disk blocks that are not referenced any more. To fix both cases, a block repair may be run with `garage repair blocks`. This will scan the entire block reference counter table to check that the blocks exist on disk, and will scan the entire disk store to check that stored blocks @@ -95,7 +95,7 @@ using the `garage block purge` command. In [multi-HDD setups](@/documentation/operations/multi-hdd.md), to ensure that data blocks are well balanced between storage locations, you may run a -rebalance operation using `garage repair rebalance`. This is usefull when +rebalance operation using `garage repair rebalance`. This is useful when adding storage locations or when capacities of the storage locations have been changed. Once this is finished, Garage will know for each block of a single possible location where it can be, which can increase access speed. This |