From: Niklas Hambüchen Date: Sun, 2 Jan 2022 22:27:55 +0000 (+0100) Subject: doc/man/rbd: Mention changed `bluestore_min_alloc_size` X-Git-Tag: v16.2.11~379^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dc8e8672e95b1568e11a88940478dfd5b2829c60;p=ceph.git doc/man/rbd: Mention changed `bluestore_min_alloc_size` This change was done in: https://github.com/ceph/ceph/pull/34588 Signed-off-by: Niklas Hambüchen (cherry picked from commit 254025343b1c49e1d0aa72fdea0cbe0483704245) --- diff --git a/doc/man/8/rbd.rst b/doc/man/8/rbd.rst index e50086bfbaeb..57423348dfa5 100644 --- a/doc/man/8/rbd.rst +++ b/doc/man/8/rbd.rst @@ -825,7 +825,8 @@ Per mapping (block device) `rbd device map` options: * alloc_size - Minimum allocation unit of the underlying OSD object store backend (since 5.1, default is 64K bytes). This is used to round off and drop discards that are too small. For bluestore, the recommended setting is - bluestore_min_alloc_size (typically 64K for hard disk drives and 16K for + bluestore_min_alloc_size (currently set to 4K for all types of drives, + previously used to be set to 64K for hard disk drives and 16K for solid-state drives). For filestore with filestore_punch_hole = false, the recommended setting is image object size (typically 4M).