]> 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 v4.0.62.3
authorTeoman ONAY <tonay@redhat.com>
Tue, 3 Aug 2021 14:06:53 +0000 (16:06 +0200)
committerDimitri Savineau <dsavinea@redhat.com>
Wed, 8 Sep 2021 16:08:29 +0000 (12:08 -0400)
commit58282df75ea68f0ef100ff70b6c86d4fa06435dd
tree922afeaa072a577d5e7959fbfd480838491effd8
parent67c1e91567a623a815e0c496a2d910044aa8876b
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>
(cherry picked from commit 9b5d97adb95a788bc1fdedbba562a9c71a1808be)
(cherry picked from commit 3d4e15cebf13407a410f06ac16d7a92d418d27a5)
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