]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: Call cephadm with --container-image 36822/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Wed, 26 Aug 2020 12:53:09 +0000 (14:53 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Wed, 2 Sep 2020 07:45:03 +0000 (09:45 +0200)
commit533931505272d215a1b4fa40b3bf235cf2110102
tree8cfb2d1d7473d16c357912144c8afd3e1952c888
parent786e1c175b41d07d8eb3d86156d77e7769ae92ac
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>
doc/man/8/cephadm.rst
src/cephadm/cephadm
src/pybind/mgr/cephadm/module.py