Merge pull request #710 from bengland2/limit-autodiscover-check

purge-cluster - fix osd_auto_discovery check
pull/712/head v1.0.4
Leseb 2016-04-12 17:01:04 +02:00
commit 107ecc0fa8
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@
fail: 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." 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: when:
osd_group_name in group_names and
devices is not defined and devices is not defined and
osd_auto_discovery osd_auto_discovery