Merge pull request #1415 from dahorak/osd-autodiscovery-fix-check-holders

osd autodiscovery mode: fix holders detection
pull/1416/head
Sébastien Han 2017-04-06 10:56:42 +02:00 committed by GitHub
commit e04bfdc4f0
1 changed files with 1 additions and 1 deletions

View File

@ -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)