Combine query for bug 1380741 into bug 1353939

Bug 1380741 was marked a duplicate of bug 1353939
so combine the queries with an OR.  Delete the query
for bug 1380741.

This gives us 28 hits in 7 days, check and gate, all
failures.

Change-Id: I3de620a91322e83d8a66093c8a7890eda2928ccf
Related-Bug: #1353939
This commit is contained in:
Matt Riedemann 2014-10-13 12:23:59 -07:00
parent c00b39a078
commit 1b71e42406
2 changed files with 8 additions and 10 deletions

View File

@ -1,5 +1,9 @@
query: >
message:"Failed to terminate process"
AND message:"InstanceNotRescuable"
AND message:"Exception during message handling"
AND tags:"screen-n-cpu.txt"
((message:"Failed to terminate process"
AND message:"InstanceNotRescuable"
AND message:"Exception during message handling") OR
(message:"_destroy" AND
message:"libvirtError: Failed to terminate process" AND
message:"with SIGKILL: Device or resource busy" AND
module:"nova.compute.manager")) AND
tags:"screen-n-cpu.txt"

View File

@ -1,6 +0,0 @@
query: >
message:"_destroy" AND
message:"libvirtError: Failed to terminate process" AND
message:"with SIGKILL: Device or resource busy" AND
module:"nova.compute.manager" AND
tags:"screen-n-cpu.txt"