Merge pull request #1784 from ceph/fix-restart-osd-container

ceph-defaults: fix handler for osd container
pull/1807/head
Sébastien Han 2017-08-23 12:40:01 +02:00 committed by GitHub
commit e0c43ccc53
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
# We do not want to run these checks on initial deployment (`socket_osd_container.results[n].rc == 0`)
# except when a crush location is specified. ceph-disk will start the osds before the osd crush location is specified
- containerized_deployment
- not item.get("skipped")
- ((crush_location is defined and crush_location) or item.get('rc') == 0)
- handler_health_osd_check
# See https://github.com/ceph/ceph-ansible/issues/1457 for the condition below