mirror of https://github.com/ceph/ceph-ansible.git
devices var is defined in context of osds role
parent
0e619691da
commit
4d70b3621f
|
@ -96,6 +96,7 @@
|
|||
fail:
|
||||
msg: "OSD automatic discovery was detected, purge cluster does not support this scenario. If you want to purge the cluster, manually provide the list of devices in group_vars/osds using the devices variable."
|
||||
when:
|
||||
osd_group_name in group_names and
|
||||
devices is not defined and
|
||||
osd_auto_discovery
|
||||
|
||||
|
|
Loading…
Reference in New Issue