Merge pull request #637 from ceph/activate-partition

ceph-osd: fix activate for osd on partitions
pull/629/merge
Leseb 2016-03-21 17:37:19 +01:00
commit a881900e2a
1 changed files with 1 additions and 1 deletions

View File

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