]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
osd: update doc text in defaults/main.yml
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 21 Aug 2019 09:10:29 +0000 (11:10 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 26 Sep 2019 09:35:24 +0000 (11:35 +0200)
This commit removes ceph-disk references.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
group_vars/osds.yml.sample
roles/ceph-osd/defaults/main.yml

index 231fab646a832ad37174037edf12be717ca24568..68ab3ddabcfeaa77f3a090954faac58c641f6c47 100644 (file)
@@ -31,7 +31,7 @@ dummy:
 
 # Declare devices to be used as OSDs
 # All scenario(except 3rd) inherit from the following device declaration
-# Note: This scenario uses the ceph-disk tool to provision OSDs
+# Note: This scenario uses the ceph-volume lvm batch method to provision OSDs
 
 #devices:
 #  - /dev/sdb
@@ -51,9 +51,9 @@ dummy:
 
 #'osd_auto_discovery'  mode prevents you from filling out the 'devices' variable above.
 # Device discovery is based on the Ansible fact 'ansible_devices'
-# which reports all the devices on a system. If chosen all the disks
-# found will be passed to ceph-disk. You should not be worried on using
-# this option since ceph-disk has a built-in check which looks for empty devices.
+# which reports all the devices on a system. If chosen, all the disks
+# found will be passed to ceph-volume lvm batch. You should not be worried on using
+# this option since ceph-volume has a built-in check which looks for empty devices.
 # Thus devices with existing partition tables will not be used.
 #
 #osd_auto_discovery: false
index f3dbb93b045197123bc4ab65809b9d0ae61ce9c9..783f07a603c795743f5dc9877ad840d0f20be7d6 100644 (file)
@@ -23,7 +23,7 @@ copy_admin_key: false
 
 # Declare devices to be used as OSDs
 # All scenario(except 3rd) inherit from the following device declaration
-# Note: This scenario uses the ceph-disk tool to provision OSDs
+# Note: This scenario uses the ceph-volume lvm batch method to provision OSDs
 
 #devices:
 #  - /dev/sdb
@@ -43,9 +43,9 @@ dedicated_devices: []
 
 #'osd_auto_discovery'  mode prevents you from filling out the 'devices' variable above.
 # Device discovery is based on the Ansible fact 'ansible_devices'
-# which reports all the devices on a system. If chosen all the disks
-# found will be passed to ceph-disk. You should not be worried on using
-# this option since ceph-disk has a built-in check which looks for empty devices.
+# which reports all the devices on a system. If chosen, all the disks
+# found will be passed to ceph-volume lvm batch. You should not be worried on using
+# this option since ceph-volume has a built-in check which looks for empty devices.
 # Thus devices with existing partition tables will not be used.
 #
 osd_auto_discovery: false