ceph-crash: add missing \ in service file

regression by: d374e634ed

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
(cherry picked from commit 68d9973cf9)
pull/7309/head
Seena Fallah 2022-09-07 19:57:34 +02:00 committed by Guillaume Abrioux
parent 6374849f74
commit 759e414dd3
1 changed files with 1 additions and 1 deletions

View 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 \