Hide Forgot
Description of problem: We face a problem during OSEv3.2.1.13 installation using ansible openshift-playbooks : "Too many open files" error Find enclosed : - ansible host inventory file - ansible -vvvv output file - ulimit from user launching ansible-playbook We never faced this problem during previous installations on POC environment. Version-Release number of selected component (if applicable): Openshift Enterprise 3.2.0 How reproducible: Always on customer side Steps to Reproduce: 1. After running ansible playbook with the attached inventory file 2. 3. Actual results: Installation fails with Too many open files error Expected results: Installation succeeds. Additional info:
What version of ansible is being used and what does /etc/ansible/ansible.cfg look like?
*** Bug 1359849 has been marked as a duplicate of this bug. ***
Without a consistent reproducer we're not likely to resolve this. Also, we have resolved an issue where ansible was run via batch processes, like via `nohup` that leaked file descriptors. See https://bugzilla.redhat.com/show_bug.cgi?id=1439277 for details of that.