]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: no need for podman rm when passing --rm to run
authorSage Weil <sage@redhat.com>
Thu, 16 Jan 2020 19:24:08 +0000 (13:24 -0600)
committerSage Weil <sage@redhat.com>
Thu, 16 Jan 2020 19:25:53 +0000 (13:25 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/cephadm/cephadm

index 985e70a38631cdb887e11402ce875b58efa5dc45..5e09a37c7d25989c68774b0d44dbc367064633a0 100755 (executable)
@@ -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