From b6c9cdfb661dc26aae657866fea0285fc08f54ae Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 17 Sep 2014 05:52:40 -0700 Subject: [PATCH] Add query for ssh 'no route to host' bug 1370496 63 hits in 10 days, check and gate, all failures. This is a different fingerprint from bug 1349617 and actually shows up more often, but might be the same root cause. Change-Id: I3624c16741b1cf6403bd213c31939933a84c13db Related-Bug: #1370496 --- queries/1370496.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1370496.yaml diff --git a/queries/1370496.yaml b/queries/1370496.yaml new file mode 100644 index 00000000..cddf20d6 --- /dev/null +++ b/queries/1370496.yaml @@ -0,0 +1,4 @@ +query: > + message:"_get_ssh_connection" AND + message:"error: [Errno 113] No route to host" AND + tags:"tempest.txt"