]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
handler: fix bug in osd handlers
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 18 Jul 2019 12:06:23 +0000 (14:06 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 18 Jul 2019 14:22:51 +0000 (16:22 +0200)
commit618dbf271d04723bf35483a3aa62ef9019f2d390
tree8c14b6215b0b90890dc43cd3b69e1de26174816e
parenta64a61429d04d25a71d6136d02b4ab4a58ebd880
handler: fix bug in osd handlers

fbf4ed42aee8fa5fd18c4c289cbb80ffeda8f72e introduced a bug when
container binary is podman.
podman doesn't support ps -f using regular expression, the container id
is never set in the restart script causing the handler to fail.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1721536
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-handler/templates/restart_osd_daemon.sh.j2