mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #637 from ceph/activate-partition
ceph-osd: fix activate for osd on partitionspull/629/merge
commit
a881900e2a
|
@ -35,7 +35,7 @@
|
|||
failed_when: false
|
||||
when:
|
||||
not item.0.get("skipped") and
|
||||
item.0.get("rc", 0) != 0 and
|
||||
item.0.get("rc", 0) == 0 and
|
||||
not osd_auto_discovery
|
||||
|
||||
- include: osd_fragment.yml
|
||||
|
|
Loading…
Reference in New Issue