]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Restart all OSDs and do not stop after the first one. 1595/head
authorChristian Zunker <christian.zunker@codecentric.de>
Mon, 12 Jun 2017 08:30:22 +0000 (08:30 +0000)
committerChristian Zunker <christian.zunker@codecentric.de>
Wed, 14 Jun 2017 09:38:07 +0000 (09:38 +0000)
commitbf8347e1491926418923bba9870109dfc3fbe89a
treebeb17e9ad5177c76e5a9418d66e1f33e3a1ea96d
parentf5c2d3de9cecfdf7d0dde86617fec251d0f182ac
Restart all OSDs and do not stop after the first one.

The current handler only restarts one OSD on each OSD server. After
the first one the handler stops, not matter what results the checks had.

Co-Authored-By: Gaudenz Steinlin (@gaudenz)
roles/ceph-common/templates/restart_osd_daemon.sh.j2