]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
podman pids.max default value is 2048, docker's one is 4096 which are
authorTeoman ONAY <tonay@redhat.com>
Tue, 3 Aug 2021 14:06:53 +0000 (16:06 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 4 Aug 2021 08:20:25 +0000 (10:20 +0200)
commit9b5d97adb95a788bc1fdedbba562a9c71a1808be
treed93d5545ce72f8d22ac581e3f0bd1fcc0d7f79ef
parentb02cc6931f467a37b32ca69dc050a7fb486119e3
podman pids.max default value is 2048, docker's one is 4096 which are
sufficient for the default value (512) of rgw thread pool size.
But if its value is increased near to the pids-limit value,
it does not leave place for the other processes to spawn and run within
the container and the container crashes.

pids-limit set to unlimited regardless of the container engine.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1987041
Signed-off-by: Teoman ONAY <tonay@redhat.com>
15 files changed:
roles/ceph-crash/templates/ceph-crash.service.j2
roles/ceph-grafana/templates/grafana-server.service.j2
roles/ceph-iscsi-gw/templates/rbd-target-api.service.j2
roles/ceph-iscsi-gw/templates/rbd-target-gw.service.j2
roles/ceph-iscsi-gw/templates/tcmu-runner.service.j2
roles/ceph-mds/templates/ceph-mds.service.j2
roles/ceph-mgr/templates/ceph-mgr.service.j2
roles/ceph-mon/templates/ceph-mon.service.j2
roles/ceph-nfs/templates/ceph-nfs.service.j2
roles/ceph-node-exporter/templates/node_exporter.service.j2
roles/ceph-osd/templates/ceph-osd.service.j2
roles/ceph-prometheus/templates/alertmanager.service.j2
roles/ceph-prometheus/templates/prometheus.service.j2
roles/ceph-rbd-mirror/templates/ceph-rbd-mirror.service.j2
roles/ceph-rgw/templates/ceph-radosgw.service.j2