mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1415 from dahorak/osd-autodiscovery-fix-check-holders
osd autodiscovery mode: fix holders detectionpull/1416/head
commit
e04bfdc4f0
|
@ -33,7 +33,7 @@
|
|||
- ansible_devices is defined
|
||||
- item.0.item.value.removable == "0"
|
||||
- item.0.item.value.partitions|count == 0
|
||||
- item.value.holders|count == 0
|
||||
- item.0.item.value.holders|count == 0
|
||||
- item.0.rc != 0
|
||||
|
||||
- name: check if a partition named 'ceph' exists (autodiscover disks)
|
||||
|
|
Loading…
Reference in New Issue