Missing variable, conditionnal didn't work.
Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
- /dev/sdd\r
- /dev/sde\r
\r
+# Device discovery is based on the Ansible fact 'ansible_devices'\r
+# which reports all the devices on a system. If chosen all the disks\r
+# found will be passed to ceph-disk. You should not be worried on using\r
+# this option since ceph-disk has a built-in check which looks for empty devices.\r
+# Thus devices with existing partition tables will not be used.\r
+# This mode prevents you from filling out the 'devices' variable above.\r
+#\r
+osd_auto_discovery: false\r
\r
# I. First scenario: journal and osd_data on the same device\r
# Use 'true' to enable this scenario\r