From 807691c63a05a1b1fb5ab01a163087b74ea5fa6c Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 10 Jul 2018 12:38:07 -0400 Subject: [PATCH] Update query for bug 1739482 This query had grown stale but we're still hitting the bug in the gate. The updated query yields 72 hits in 7 days, check and gate, all failures across multiple branches. Change-Id: Iea535d37b6b0a05a4fecfbff89a8a9440e26f887 --- queries/1739482.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/queries/1739482.yaml b/queries/1739482.yaml index aff943f2..6f43e143 100644 --- a/queries/1739482.yaml +++ b/queries/1739482.yaml @@ -1,3 +1,4 @@ query: >- - message:"VolumeBackendAPIException: Bad or unexpected response from the storage volume backend API: Create export of volume failed (Failed to create iscsi target for volume" AND - tags:"screen-c-vol.txt" + message:"_attach_volume" AND + module:"oslo_messaging.rpc.server" AND + tags:"screen-c-bak.txt"