From 668269bbcd081c27745e0a482b02ba13ae15205c Mon Sep 17 00:00:00 2001 From: melanie witt Date: Fri, 18 Dec 2020 20:25:22 +0000 Subject: [PATCH] Add query for bug 1882521 Jobs are failing with the following error in n-cpu: Guest refused to detach volume : nova.exception.DeviceDetachFailed: Device detach failed for vdb: Unable to detach the device from the live config. At this time, this query has: 20 hits in the last 7 days, check and gate, all failures Related-Bug: #1882521 Change-Id: Ib92b679f2d1dbd8131f58c8bb85fc2a3f65dbfb5 --- queries/1882521.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1882521.yaml diff --git a/queries/1882521.yaml b/queries/1882521.yaml new file mode 100644 index 00000000..de99973a --- /dev/null +++ b/queries/1882521.yaml @@ -0,0 +1,5 @@ +query: >- + message:"Guest refused to detach volume" AND + message:"nova.exception.DeviceDetachFailed" AND + message:"Unable to detach the device from the live config" AND + tags:"screen-n-cpu.txt"