# 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
#'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
# 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
#'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