Add query for cinder DBDeadlock bug 1343274

This doesn't always result in a job failure but
in some cases it results in a 500 from the
create-volume API. There have been similar queries
for glance and neutron in DB deadlock races that
aren't 100% failures either.

Change-Id: I5897154129dfb0f825ec09aae5f84cc54c5aac85
Related-Bug: #1343274
This commit is contained in:
Matt Riedemann 2014-07-25 14:19:55 -07:00
parent 8d2c7e7d51
commit c07a71d233

4
queries/1343274.yaml Normal file
View File

@ -0,0 +1,4 @@
query: >
message:"DBDeadlock" AND
message:"INSERT INTO quota_usages" AND
tags:"screen-c-api.txt"