From: Sage Weil Date: Thu, 16 Jan 2020 19:24:08 +0000 (-0600) Subject: cephadm: no need for podman rm when passing --rm to run X-Git-Tag: v15.1.0~172^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=284ea48e14627a716f8fea019ef70e1f2da7521d;p=ceph.git cephadm: no need for podman rm when passing --rm to run Signed-off-by: Sage Weil --- diff --git a/src/cephadm/cephadm b/src/cephadm/cephadm index 985e70a38631..5e09a37c7d25 100755 --- a/src/cephadm/cephadm +++ b/src/cephadm/cephadm @@ -1319,7 +1319,6 @@ ExecStartPre=-{container_path} rm ceph-{fsid}-%i ExecStartPre=-{install_path} -d -m0770 -o {uid} -g {gid} /var/run/ceph/{fsid} ExecStart=/bin/bash {data_dir}/{fsid}/%i/unit.run ExecStop=-{container_path} stop ceph-{fsid}-%i -ExecStop=-{container_path} rm ceph-{fsid}-%i ExecStopPost=-/bin/bash {data_dir}/{fsid}/%i/unit.poststop Restart=on-failure RestartSec=10s