elastic-recheck/queries/1709985.yaml
Matt Riedemann 6732c7eb4f Add query for latent cells v1 rebuild race bug 1709985
This query existed at one point and then was removed,
probably because we rename the job and it wasn't hitting
anymore as a result. This still shows up from time to
time as new rebuild tests are added to tempest so we
might as well track it.

Currently 6 hits in the check queue on multiple changes.

Change-Id: Ie8715b6c43a57a8c8521c96ea2bbd5d8266cf950
2018-06-26 11:04:53 -04:00

7 lines
295 B
YAML

query: >-
message:"failed to reach ACTIVE status and task state \"None\" within the required time" AND
message:"Current status: REBUILD. Current task state: " AND (
message:"rebuild_spawning" OR message:"rebuild_block_device_mapping") AND
tags:"console" AND
build_name:"nova-cells-v1"