mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #2154 from ceph/fix_auto_discover
osd: avoid using non desired loop device in autodiscoverypull/2163/head
commit
c06faf2deb
|
@ -26,6 +26,7 @@
|
|||
- osd_auto_discovery
|
||||
- ansible_devices is defined
|
||||
- item.value.removable == "0"
|
||||
- item.value.sectors != "0"
|
||||
- item.value.partitions|count == 0
|
||||
- item.value.holders|count == 0
|
||||
- "'dm-' not in item.key"
|
||||
|
|
Loading…
Reference in New Issue