ceph-ansible/roles/ceph-handler/tasks
Dimitri Savineau 95f3908e44 ceph-handler: replace fuser by /proc/net/unix
We're using fuser command to see if a process is using a ceph unix
socket file. But the fuser command runs through every PID present in
/proc/<PID> to see if one of them is using the file.
On a system running thousands processes, the fuser command can take
a long time to finish.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1717011

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit da9891da1e)
2019-06-12 23:00:21 +02:00
..
check_running_cluster.yml add ceph-handler role 2018-09-28 15:15:49 +00:00
check_running_containers.yml ceph-handler: change osd container check 2018-10-10 16:08:41 -04:00
check_socket_non_container.yml ceph-handler: replace fuser by /proc/net/unix 2019-06-12 23:00:21 +02:00
main.yml add ceph-handler role 2018-09-28 15:15:49 +00:00