From 707795956dfd0d8cff1697dc17d6648befbabe7d Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 25 Nov 2014 06:53:58 -0800 Subject: [PATCH] Add query for cinder volume delete hang bug 1396186 There are no errors in the cinder logs or syslog so this isn't exactly the same failure as bug 1373513. Until we can get better logging in the cinder logs we're left with the timeout in the tempest console log. 94 hits in 7 days, check and gate, all failures. Change-Id: Ib54b7dd9f0b111a70be334a2357effc4bc632fea Related-Bug: #1396186 --- queries/1396186.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1396186.yaml diff --git a/queries/1396186.yaml b/queries/1396186.yaml new file mode 100644 index 00000000..d369fd04 --- /dev/null +++ b/queries/1396186.yaml @@ -0,0 +1,4 @@ +query: > + message:"(TestVolumeBootPattern:_run_cleanups) Failed to delete volume" AND + message:"within the required time" AND + tags:"console"