issue #482: remove 'ssh' from checked processes

Can't be used due to regular Ansible behaviour
pull/618/head
David Wilson 5 years ago
parent faec0158d9
commit f2e35be143

@ -215,7 +215,9 @@ def make_containers(name_prefix='', port_offset=0):
return lst
INTERESTING_COMMS = ('python', 'ssh', 'sudo', 'su', 'doas')
# ssh removed from here because 'linear' strategy relies on processes that hang
# around after the Ansible run completes
INTERESTING_COMMS = ('python', 'sudo', 'su', 'doas')
def proc_is_docker(pid):

Loading…
Cancel
Save