mirror of https://github.com/ceph/ceph-ansible.git
Fix OSD device auto-discovery
Missing variable, conditionnal didn't work. Signed-off-by: Sébastien Han <sebastien.han@enovance.com>pull/157/head
parent
13d65f9c5c
commit
3850320894
|
@ -32,6 +32,14 @@ devices:
|
||||||
- /dev/sdd
|
- /dev/sdd
|
||||||
- /dev/sde
|
- /dev/sde
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
# Thus devices with existing partition tables will not be used.
|
||||||
|
# This mode prevents you from filling out the 'devices' variable above.
|
||||||
|
#
|
||||||
|
osd_auto_discovery: false
|
||||||
|
|
||||||
# I. First scenario: journal and osd_data on the same device
|
# I. First scenario: journal and osd_data on the same device
|
||||||
# Use 'true' to enable this scenario
|
# Use 'true' to enable this scenario
|
||||||
|
|
Loading…
Reference in New Issue