aboutsummaryrefslogtreecommitdiff
path: root/doc/book/operations/multi-hdd.md
diff options
context:
space:
mode:
authorAlex <lx@deuxfleurs.fr>2025-01-29 18:18:59 +0000
committerAlex <lx@deuxfleurs.fr>2025-01-29 18:18:59 +0000
commit991edbe02c9493e932614f1b801fe2bbdf020c53 (patch)
tree83f29530f1530973802a2042defb6dfaa3b2ff1e /doc/book/operations/multi-hdd.md
parenta1d081ee840b1727ba1b3f430638a1296738283e (diff)
parentbfde9152b8cca59ed15c4a844cd4ff0ffee9cb8a (diff)
downloadgarage-991edbe02c9493e932614f1b801fe2bbdf020c53.tar.gz
garage-991edbe02c9493e932614f1b801fe2bbdf020c53.zip
Merge pull request 'Update doc/book/connect/repositories.md' (#941) from yatesco/garage:main into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/941
Diffstat (limited to 'doc/book/operations/multi-hdd.md')
-rw-r--r--doc/book/operations/multi-hdd.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/book/operations/multi-hdd.md b/doc/book/operations/multi-hdd.md
index 36445b0a..1cbcd805 100644
--- a/doc/book/operations/multi-hdd.md
+++ b/doc/book/operations/multi-hdd.md
@@ -21,14 +21,14 @@ data_dir = [
```
Garage will automatically balance all blocks stored by the node
-among the different specified directories, proportionnally to the
+among the different specified directories, proportionally to the
specified capacities.
## Updating the list of storage locations
If you add new storage locations to your `data_dir`,
Garage will not rebalance existing data between storage locations.
-Newly written blocks will be balanced proportionnally to the specified capacities,
+Newly written blocks will be balanced proportionally to the specified capacities,
and existing data may be moved between drives to improve balancing,
but only opportunistically when a data block is re-written (e.g. an object
is re-uploaded, or an object with a duplicate block is uploaded).