From a0893c3e55ad8e90b025c727f91217dce4def78a Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 24 Jan 2018 10:44:30 -0500 Subject: [PATCH] Add query for cinder backup timeout bug 1745168 276 hits in 24 hours likely due to a recent change in cinder backup related to using native threads. This fingerprint isn't great but since it's a timeout type issue without errors in the cinder logs it's about all we can go on until we see the trend goes down from a revert or a fix. Change-Id: I794592142baf75aa93ff5b956b2b648c4460c5b0 --- queries/1745168.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1745168.yaml diff --git a/queries/1745168.yaml b/queries/1745168.yaml new file mode 100644 index 00000000..4402dcf5 --- /dev/null +++ b/queries/1745168.yaml @@ -0,0 +1,4 @@ +query: >- + message:"backup" AND + message:"failed to reach available status (current creating) within the required time" AND + tags:"console"