mirror of https://github.com/ceph/ceph-ansible.git
ceph-crash: add missing \ in service file
regression by:pull/7310/headd374e634ed
Signed-off-by: Seena Fallah <seenafallah@gmail.com> (cherry picked from commit68d9973cf9
)
parent
fcbc5df605
commit
0baeac1949
|
@ -21,7 +21,7 @@ ExecStart=/usr/bin/{{ container_binary }} run --rm --name ceph-crash-%i \
|
||||||
--pids-limit={{ 0 if container_binary == 'podman' else -1 }} \
|
--pids-limit={{ 0 if container_binary == 'podman' else -1 }} \
|
||||||
--net=host \
|
--net=host \
|
||||||
{% if cluster != 'ceph' %}
|
{% if cluster != 'ceph' %}
|
||||||
-e CEPH_ARGS="--cluster {{ cluster }}"
|
-e CEPH_ARGS="--cluster {{ cluster }}" \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
-v /var/lib/ceph:/var/lib/ceph:z \
|
-v /var/lib/ceph:/var/lib/ceph:z \
|
||||||
-v /etc/localtime:/etc/localtime:ro \
|
-v /etc/localtime:/etc/localtime:ro \
|
||||||
|
|
Loading…
Reference in New Issue