From 284ea48e14627a716f8fea019ef70e1f2da7521d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 16 Jan 2020 13:24:08 -0600 Subject: [PATCH] cephadm: no need for podman rm when passing --rm to run Signed-off-by: Sage Weil --- src/cephadm/cephadm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cephadm/cephadm b/src/cephadm/cephadm index 985e70a3863..5e09a37c7d2 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 -- 2.47.3