mirror of https://github.com/ceph/ceph-ansible.git
osd: update doc text in defaults/main.yml
This commit removes ceph-disk references.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 70f1b37097
)
pull/4475/head
parent
d666e03b0c
commit
a33791be25
|
@ -31,7 +31,7 @@ dummy:
|
||||||
|
|
||||||
# Declare devices to be used as OSDs
|
# Declare devices to be used as OSDs
|
||||||
# All scenario(except 3rd) inherit from the following device declaration
|
# 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:
|
#devices:
|
||||||
# - /dev/sdb
|
# - /dev/sdb
|
||||||
|
@ -51,9 +51,9 @@ dummy:
|
||||||
|
|
||||||
#'osd_auto_discovery' mode prevents you from filling out the 'devices' variable above.
|
#'osd_auto_discovery' mode prevents you from filling out the 'devices' variable above.
|
||||||
# Device discovery is based on the Ansible fact 'ansible_devices'
|
# Device discovery is based on the Ansible fact 'ansible_devices'
|
||||||
# which reports all the devices on a system. If chosen all the disks
|
# 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
|
# found will be passed to ceph-volume lvm batch. You should not be worried on using
|
||||||
# this option since ceph-disk has a built-in check which looks for empty devices.
|
# 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.
|
# Thus devices with existing partition tables will not be used.
|
||||||
#
|
#
|
||||||
#osd_auto_discovery: false
|
#osd_auto_discovery: false
|
||||||
|
|
|
@ -23,7 +23,7 @@ copy_admin_key: false
|
||||||
|
|
||||||
# Declare devices to be used as OSDs
|
# Declare devices to be used as OSDs
|
||||||
# All scenario(except 3rd) inherit from the following device declaration
|
# 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:
|
#devices:
|
||||||
# - /dev/sdb
|
# - /dev/sdb
|
||||||
|
@ -43,9 +43,9 @@ dedicated_devices: []
|
||||||
|
|
||||||
#'osd_auto_discovery' mode prevents you from filling out the 'devices' variable above.
|
#'osd_auto_discovery' mode prevents you from filling out the 'devices' variable above.
|
||||||
# Device discovery is based on the Ansible fact 'ansible_devices'
|
# Device discovery is based on the Ansible fact 'ansible_devices'
|
||||||
# which reports all the devices on a system. If chosen all the disks
|
# 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
|
# found will be passed to ceph-volume lvm batch. You should not be worried on using
|
||||||
# this option since ceph-disk has a built-in check which looks for empty devices.
|
# 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.
|
# Thus devices with existing partition tables will not be used.
|
||||||
#
|
#
|
||||||
osd_auto_discovery: false
|
osd_auto_discovery: false
|
||||||
|
|
Loading…
Reference in New Issue