diff options
author | Alex Auvolat <alex@adnab.me> | 2022-11-16 13:40:49 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-11-16 13:40:49 +0100 |
commit | 555a54ec4063f253e2afdc54a07c43d6d3cb582d (patch) | |
tree | 1449beb2982cdd10b336adb36eac97622bc48a54 /doc/book/cookbook/real-world.md | |
parent | fc8f795bba1e23c8932af322959e0e3db2ef1233 (diff) | |
download | garage-555a54ec4063f253e2afdc54a07c43d6d3cb582d.tar.gz garage-555a54ec4063f253e2afdc54a07c43d6d3cb582d.zip |
doc precisions and fixesdoc-0.8
Diffstat (limited to 'doc/book/cookbook/real-world.md')
-rw-r--r-- | doc/book/cookbook/real-world.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/cookbook/real-world.md b/doc/book/cookbook/real-world.md index f0fe3bd1..0571969f 100644 --- a/doc/book/cookbook/real-world.md +++ b/doc/book/cookbook/real-world.md @@ -60,7 +60,7 @@ to store 2 TB of data in total. - For the data directory, Garage already does checksumming and integrity verification, so there is no need to use a filesystem such as BTRFS or ZFS that does it. We recommend using XFS for the data partition, as it has the best performance. - Ext4 is not recommended as it has more strict limitations on the number of inodes, + EXT4 is not recommended as it has more strict limitations on the number of inodes, which might cause issues with Garage when large numbers of objects are stored. - If you only have an HDD and no SSD, it's fine to put your metadata alongside the data |