]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix OSD device auto-discovery 157/head
authorSébastien Han <sebastien.han@enovance.com>
Tue, 16 Dec 2014 14:07:28 +0000 (15:07 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Tue, 16 Dec 2014 14:07:28 +0000 (15:07 +0100)
Missing variable, conditionnal didn't work.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
roles/ceph-osd/vars/main.yml

index fcda64e2e8f9841e61671536c4907599a3a66f6f..a47ff649ea814cd9571a72bf986d6be69370a5e0 100644 (file)
@@ -32,6 +32,14 @@ devices:
   - /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