From 54d728e2f1a5afeb8f7f974c2b3cd8c6f82b3d45 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 13 Dec 2019 09:22:13 -0500 Subject: [PATCH] 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 --- queries/1820007.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/queries/1820007.yaml b/queries/1820007.yaml index 76b8fcaa..69e510b4 100644 --- a/queries/1820007.yaml +++ b/queries/1820007.yaml @@ -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"