HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible
Apache License 2.0
17 stars 30 forks source link

many open "ssh-agent" processes - queue full #259

Closed MagnaFrisia90 closed 1 year ago

MagnaFrisia90 commented 1 year ago

It seems like the Task "nfs-install" creates tons of "ssh-agent" processes on remote hosts that do not close correctly after the script executed:

grafik

I always need to "pkill ssh-agent" to run the script multiple times. If I do no kill the process some OS-related process limits will be reached soon. In addition hundreds of folders like /tmp/ssh-Zmk4chAM4uqI/ are created

This happens e.g. when runnning "playbooks/hcl/cleanup/cleanup-k8s.yml" or "playbooks/setup-component-pack-infra-only.yml"

sabrina-yee commented 1 year ago

It appears that it's a reported issue in Ansible.

MagnaFrisia90 commented 1 year ago

It appears that it's a reported issue in Ansible.