diff options
author | Alex <alex@adnab.me> | 2024-03-15 09:22:33 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-03-15 09:22:33 +0000 |
commit | a80ce6ab5ad9834c3721eeb4f626d53c9a8bb1f4 (patch) | |
tree | 36cabc0cdee72d13b778e5668c454b35e842c293 /doc/book/operations/durability-repairs.md | |
parent | 62b01d8705b8525cfe323aecf4ea085ac8671a8e (diff) | |
parent | 990205dc3b2f552e9b68168c0aad3e96e2d6f2f0 (diff) | |
download | garage-a80ce6ab5ad9834c3721eeb4f626d53c9a8bb1f4.tar.gz garage-a80ce6ab5ad9834c3721eeb4f626d53c9a8bb1f4.zip |
Merge pull request '`disable_scrub` configuration option' (#774) from disable-scrub into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/774
Diffstat (limited to 'doc/book/operations/durability-repairs.md')
-rw-r--r-- | doc/book/operations/durability-repairs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/operations/durability-repairs.md b/doc/book/operations/durability-repairs.md index 578899a8..f4450dae 100644 --- a/doc/book/operations/durability-repairs.md +++ b/doc/book/operations/durability-repairs.md @@ -19,7 +19,7 @@ connecting to. To run on all nodes, add the `-a` flag as follows: # Data block operations -## Data store scrub +## Data store scrub {#scrub} Scrubbing the data store means examining each individual data block to check that their content is correct, by verifying their hash. Any block found to be corrupted |