]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: make setting --cgroups=split configurable
authorAdam King <adking@redhat.com>
Tue, 16 Aug 2022 14:43:39 +0000 (10:43 -0400)
committerAdam King <adking@redhat.com>
Tue, 16 Aug 2022 14:43:39 +0000 (10:43 -0400)
commitc57cb0b236e27a1d475aa8eb397ef7b880024bf5
tree7c7fabfbf3dcaf92c3779fd0b0d61da87ca27aae
parente3d4c7707e26ee0f573d9972cf617d9e9ccc0ac9
mgr/cephadm: make setting --cgroups=split configurable

Previously, we were just always setting this as long
as users were using podman with a high enough version,
but it seems a user has run into an issue where their
daemons are failing to deploy with

Error: could not find cgroup mount in "/proc/self/cgroup"

despite having a podman with high enough version.

Fixes: https://tracker.ceph.com/issues/57096
Signed-off-by: Adam King <adking@redhat.com>
src/cephadm/cephadm
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/serve.py