Description of problem: The default pid limit of 2048 set by podman is too less under certain workload or if there are zombie processes due to some bugs. This default limit of 2048 is too less in that case and need to be set to higher value in podman run command. Version-Release number of selected component (if applicable): RHCS 5.x version How reproducible: Rarely Steps to Reproduce: N/A Actual results: ceph daemons crashing due to failure to create new threads Expected results: ceph daemons should not crash due to failure to create new threads Additional info: Refer BZ#2089460, BZ#2089426 and BZ#2096904 for additional details