ceph-ansible/roles/ceph-handler
Dimitri Savineau 28009496f6 ceph-handler: Fix osd restart condition
In containerized deployment, the restart OSD handler couldn't be
triggered in most ansible execution.
This is due to the usage of run_once + a condition on the inventory
hostname and the last filter.
The run_once is triggered first so ansible will pick a node in the
osd group to execute the restart task. But if this node isn't the
last one in the osd group then the task is ignored. There's more
probability that the task will be ignored than executed.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 5b1c15653f)
2019-09-10 16:53:38 -04:00
..
handlers ceph-handler: Fix osd restart condition 2019-09-10 16:53:38 -04:00
meta add ceph-handler role 2018-09-28 15:15:49 +00:00
tasks Look for additional names when checking ceph-nfs container status 2019-09-09 16:48:59 -04:00
templates Look for additional names when checking ceph-nfs container status 2019-09-09 16:48:59 -04:00
LICENSE add ceph-handler role 2018-09-28 15:15:49 +00:00
README.md add ceph-handler role 2018-09-28 15:15:49 +00:00

README.md

Ansible role: ceph-handler

Documentation is available at http://docs.ceph.com/ceph-ansible/.