]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-mon: use interactive session with aliases
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 4 Feb 2020 16:31:47 +0000 (11:31 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 5 Feb 2020 14:29:51 +0000 (15:29 +0100)
commit553fb1ed1ea91b6e7dbf6935433266010c8b1483
tree74b3a4f24b90be1d15370d47614e0e1cde0c26ad
parentc2a93974742c24ab0fcdcd1651a3b2dde63ddf1c
ceph-mon: use interactive session with aliases

When using ceph aliases with commands that require manual intervention
to stop then the command will keep running inside the container (like
using Ctrl+c).
For handling this, we should use the interactive session option (-it)
with the docker commands.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1797874
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
roles/ceph-mon/templates/ceph-aliases.sh.j2