mirror of https://github.com/ceph/ceph-ansible.git
ceph-crash: add missing \ in service file
regression by: d374e634ed
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
pull/7308/head
parent
d374e634ed
commit
68d9973cf9
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue