From 4149887f06a6e0b0d2fc3742191d6eab4558d13c Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 30 Nov 2018 16:11:12 -0500 Subject: [PATCH] Add query for libvirt functional evacuate test bug 1806126 This isn't great but it's a functional test so there are no service logs. It's a race that hits in a couple of new tests added in change: https://review.openstack.org/#/c/591733/ And the best thing probably to identify it is image-backend stuff that happens in the libvirt driver before it either blows up or hangs and times out. 32 hits in 48 hours, check and gate, all failures. Change-Id: Iaaa91df6020fe353c0b44a5f4f0a63fffb896339 --- queries/1806126.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1806126.yaml diff --git a/queries/1806126.yaml b/queries/1806126.yaml new file mode 100644 index 00000000..b9875180 --- /dev/null +++ b/queries/1806126.yaml @@ -0,0 +1,3 @@ +query: >- + message:"INFO [nova.virt.libvirt.driver] Creating image" AND + tags:"console"