mirror of https://github.com/ceph/ceph-ansible.git
osd autodiscovery mode: fix holders detection
Small fix for (probably copy&paste) issue from 42ffe6301
.
Signed-off-by: Daniel Horak <dahorak@redhat.com>
pull/1415/head
parent
ff34513c6a
commit
ce06dc1460
|
@ -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