elastic-recheck/queries/1353939.yaml
Matt Riedemann 1b71e42406 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
2014-10-13 12:25:24 -07:00

10 lines
355 B
YAML

query: >
((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"