Update query for bug 1820007

This also shows up in multi-node jobs when attaching a volume
so update the query to include volume attach failures.

Change-Id: Ie77e3998b2ff4a508fa3b6078acb3ceec15d7e37
This commit is contained in:
Matt Riedemann 2019-12-13 09:22:13 -05:00
parent 0b5eac82ee
commit 54d728e2f1
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
query: >-
message:"Instance failed to spawn: os_brick.exception.VolumeDeviceNotFound: Volume device not found at /dev/disk/by-id." AND
(message:"Instance failed to spawn" OR
message:"Driver failed to attach volume") AND
message:"os_brick.exception.VolumeDeviceNotFound: Volume device not found at /dev/disk/by-id." AND
tags:"screen-n-cpu.txt"