]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: Change service type to forking via systemd 36800/head
authorAdam King <adking@redhat.com>
Tue, 25 Aug 2020 16:34:12 +0000 (12:34 -0400)
committerAdam King <adking@redhat.com>
Thu, 27 Aug 2020 19:10:20 +0000 (15:10 -0400)
commite6792f306ab4d07251588fdca6ed3876ae3a092a
treefffd59c55027f170bd43b59a156d7cfd30574622
parent26f231f60abd0e00063056db0457112306cd0959
cephadm: Change service type to forking via systemd

Using Type=Forking and setting the PIDFile=
directive is the supported configuration for
running podman containers with systemd as it
more accuractely models what is actually
happening. Type=Simple assumes podman is the
direct parent of the container processes which
is not true.

Fixes: https://tracker.ceph.com/issues/46654
Signed-off-by: Adam King <adking@redhat.com>
src/cephadm/cephadm