Skip to content

Instantly share code, notes, and snippets.

@trumant
Created July 13, 2016 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trumant/8e44a258f8b42dbfa157ebf9a53580fd to your computer and use it in GitHub Desktop.
Save trumant/8e44a258f8b42dbfa157ebf9a53580fd to your computer and use it in GitHub Desktop.
neutron_role_failure
<10.100.102.102> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/tmp/%h-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 10.100.102.102 /bin/sh -c 'sudo -k && sudo -H -S -p "[sudo via ansible, key=kuxhbpiurzpajintjxibgxolyokgbvgk] password: " -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-kuxhbpiurzpajintjxibgxolyokgbvgk; LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1468424835.73-190045802364783/command; rm -rf /root/.ansible/tmp/ansible-tmp-1468424835.73-190045802364783/ >/dev/null 2>&1'"'"''
failed: [localhost] => {"changed": true, "cmd": "for ns_pid in $(pgrep neutron-ns-meta); do\n (echo $(readlink -f \"/proc/$ns_pid/exe\") | grep -qv \"testing\") && (echo \"old metadata proxy pid found running clean up on $ns_pid\"; kill -9 \"$ns_pid\")\n done", "delta": "0:00:00.029986", "end": "2016-07-13 15:47:15.926567", "rc": 1, "start": "2016-07-13 15:47:15.896581", "warnings": []}
cmd:
for ns_pid in $(pgrep neutron-ns-meta); do
(echo $(readlink -f "/proc/$ns_pid/exe") | grep -qv "testing") && (echo "old metadata proxy pid found running clean up on $ns_pid"; kill -9 "$ns_pid")
done
start:
2016-07-13 15:47:15.896581
end:
2016-07-13 15:47:15.926567
delta:
0:00:00.029986
stdout:
stderr:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment