]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: make setting --cgroups=split configurable 48075/head
authorAdam King <adking@redhat.com>
Tue, 16 Aug 2022 14:43:39 +0000 (10:43 -0400)
committerAdam King <adking@redhat.com>
Tue, 13 Sep 2022 19:01:30 +0000 (15:01 -0400)
commita2bbeda437a857c44d58f609cd7ae77da42c89f4
treeabd25c039554e6fb7204bc972f4270f44a0dbf61
parenteff0ec65da24b2795c92c8fda7d5b2b71b77b92d
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>
(cherry picked from commit c57cb0b236e27a1d475aa8eb397ef7b880024bf5)

Conflicts:
src/pybind/mgr/cephadm/module.py
src/cephadm/cephadm
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/serve.py