]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-crash: add missing \ in service file
authorSeena Fallah <seenafallah@gmail.com>
Wed, 7 Sep 2022 17:57:34 +0000 (19:57 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 8 Sep 2022 07:25:02 +0000 (09:25 +0200)
regression by: d374e634edbb55cc1012308dff848a42a01fb012

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
roles/ceph-crash/templates/ceph-crash.service.j2

index f9cfdf530dbe1443f288f101bbc11dbc0153c942..183ba7738f1fb03f4348a4c37614dd8030811771 100644 (file)
@@ -21,7 +21,7 @@ ExecStart=/usr/bin/{{ container_binary }} run --rm --name ceph-crash-%i \
 --pids-limit={{ 0 if container_binary == 'podman' else -1 }} \
 --net=host \
 {% if cluster != 'ceph' %}
--e CEPH_ARGS="--cluster {{ cluster }}"
+-e CEPH_ARGS="--cluster {{ cluster }}" \
 {% endif %}
 -v /var/lib/ceph:/var/lib/ceph:z \
 -v /etc/localtime:/etc/localtime:ro \