From 03d61a884280e1285e90b0bef91a79b151990be4 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 10 Jan 2019 13:25:03 -0600 Subject: [PATCH] docs: using osd_auto_discovery and osd_scenario lvm Signed-off-by: Andrew Schoen --- docs/source/osds/scenarios.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/osds/scenarios.rst b/docs/source/osds/scenarios.rst index 87d17fae4..6aeffd628 100644 --- a/docs/source/osds/scenarios.rst +++ b/docs/source/osds/scenarios.rst @@ -93,6 +93,13 @@ and journals would be placed on the faster solid state device ``/dev/nvme0n1``. The ``ceph-volume`` tool describes this in detail in `the "batch" subcommand section `_ +This option can also be used with ``osd_auto_discovery``, meaning that you do not need to populate +``devices`` directly and any appropriate devices found by ansible will be used instead. + +.. code-block:: yaml + + osd_scenario: lvm + osd_auto_discovery: true Other (optional) supported settings: -- 2.39.5