You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pcsd keeps using tcp ports and it increases by about 1 every minute. After a while the servers are polluted with those lines and it can cause some issues with inbound ssh and tcp connections. Also, I believe this is the issue that caused my pacemaker cluster to become unstable. Can you reproduce this issue?
Thank you for the bug report.
Those connections should be eventually cleaned up by garbage collector, but it seems that's not the case so we need to do it explicitly. This commit should fix this issue: 14d0f7b
OS: Ubuntu Server 18.04.4
pcs version: 0.9.164
pcsd keeps using tcp ports and it increases by about 1 every minute. After a while the servers are polluted with those lines and it can cause some issues with inbound ssh and tcp connections. Also, I believe this is the issue that caused my pacemaker cluster to become unstable. Can you reproduce this issue?
Doing a
sudo systemctl restart pcsd
clears all those connections.The text was updated successfully, but these errors were encountered: