]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: Call cephadm with --container-image
authorSebastian Wagner <sebastian.wagner@suse.com>
Wed, 26 Aug 2020 12:53:09 +0000 (14:53 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 6 Oct 2020 09:40:53 +0000 (11:40 +0200)
commita05839c2294188dc7a66d764f6ed286d540995f5
tree4193c1fbd58ab0b0cb8f768622513144f19af16e
parent20dcb1e02c56a8acaad2719cc74cdb415b3a59b4
mgr/cephadm: Call cephadm with --container-image

The kernel treats any process with PID 1 different. Especially
it does not generate a core dump. Call podman / docker with
--init in order to get core dumps.

In addition, we can now properly reap zombies processes.

Fixes: https://tracker.ceph.com/issues/44231
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit 533931505272d215a1b4fa40b3bf235cf2110102)
doc/man/8/cephadm.rst
src/cephadm/cephadm
src/pybind/mgr/cephadm/module.py