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:
parent
c00b39a078
commit
1b71e42406
@ -1,5 +1,9 @@
|
|||||||
query: >
|
query: >
|
||||||
message:"Failed to terminate process"
|
((message:"Failed to terminate process"
|
||||||
AND message:"InstanceNotRescuable"
|
AND message:"InstanceNotRescuable"
|
||||||
AND message:"Exception during message handling"
|
AND message:"Exception during message handling") OR
|
||||||
AND tags:"screen-n-cpu.txt"
|
(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"
|
||||||
|
@ -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"
|
|
Loading…
x
Reference in New Issue
Block a user