From d9f182216533e42291f182a78142de395732c8a5 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 9 May 2018 11:10:33 -0400 Subject: [PATCH] Add query for cinder group_snapshot reset_status bug 1770179 8 hits in 7 days, check and gate, all failures. There are no failures in the cinder service logs, so this query is just based on the failure in the console log for Tempest. Change-Id: If2c04ea0a54c50a00a89109d3175d08d326681e9 --- queries/1770179.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1770179.yaml diff --git a/queries/1770179.yaml b/queries/1770179.yaml new file mode 100644 index 00000000..4b48a724 --- /dev/null +++ b/queries/1770179.yaml @@ -0,0 +1,4 @@ +query: >- + message:"group_snapshot" AND + message:"failed to reach creating status (current available) within the required time" AND + tags:"console"