]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc: add docs for rbd_default_order 44130/head
authorMara Sophie Grosch <mgrosch@anexia-it.com>
Mon, 29 Nov 2021 14:00:23 +0000 (15:00 +0100)
committerMara Sophie Grosch <littlefox@lf-net.org>
Mon, 27 Dec 2021 18:58:56 +0000 (19:58 +0100)
commit5d872f3a28ce1bb44f31de4f017c7b1d7d4389f1
tree976a489a1f0333eb7b6db472f807f83768281f72
parent135be96971d38376d1fad32497a9d7d6ceb806b2
doc: add docs for rbd_default_order

Adds documentation how to change default rbd object size. With the
previous option `--order` it was easy to guess the config name for the
default value, with the current option name `--object-size` thats hard
to guess.

Also extends the documentation for rbd_default_order to include
* how object-size is derived from the configured value
* allowed range of the value

In the first version of this commit I also added min and max for this
parameter (12/25, matching the object size range in `man 8
rbd`/Striping/object-size), but this made some tests fail, since some
seem to set values outside this range (and probably are fine since
included for some time already). To have this a doc-change only, I
removed the range.

Signed-off-by: Mara Sophie Grosch <littlefox@lf-net.org>
doc/man/8/rbd.rst
doc/rbd/rbd-config-ref.rst
src/common/options/rbd.yaml.in