]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man/rbd: Mention changed `bluestore_min_alloc_size` 44436/head
authorNiklas Hambüchen <mail@nh2.me>
Sun, 2 Jan 2022 22:27:55 +0000 (23:27 +0100)
committerNiklas Hambüchen <mail@nh2.me>
Fri, 12 Aug 2022 15:00:23 +0000 (17:00 +0200)
This change was done in: https://github.com/ceph/ceph/pull/34588

Signed-off-by: Niklas Hambüchen <mail@nh2.me>
doc/man/8/rbd.rst

index 93483586caf5a93d5b25fed0b57cfc767140d2ea..cfb5b87cccd864badce4a04734ca41212ae350b8 100644 (file)
@@ -827,7 +827,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).