Add query for live migration failure bug 1706377

17 hits in 7 days, check only but multiple changes.

The root failure is actually in the qemu domain logs, but
since we don't index those and the error doesn't show up in
anything we do index, we have to use this, which is how this
failure manifests currently in the n-cpu logs.

Change-Id: I2e8901bdab75fcb8ffeb8404190ba6ac73e7a078
Related-Bug: #1706377
This commit is contained in:
Matt Riedemann 2017-08-03 11:33:10 -04:00
parent 8a3661ecd6
commit d19ea51aeb
1 changed files with 4 additions and 0 deletions

4
queries/1706377.yaml Normal file
View File

@ -0,0 +1,4 @@
query: >
message:"post_live_migration_at_destination" AND
message:"InstanceNotFound" AND
tags:"screen-n-cpu.txt"