Remove obsolete cinder LVM no space querie

This querie shows up in a number of expected tests which
pass including Manilla and neutron-rally tests.

Regardles, looking through the queries and I'm not seeing
"dead" Cinder services, and don't recall actually having one
since we moved the LVM off loopbacks and made some other
changes to the encryption tests in Tempest.

Generic queries like this might be "easy" but the fact is that
looking at the results, in most cases this seems to be a
cascade affect from an earlier failure.  By logging everyhing
against a general issue like we are here we're actually masking
issues and they'll never get fixed until we remove the general
resultant failure and log failures/ER's for the root cause.

Change-Id: I936784890c9ddae990a26392bd3864913d90fba6
This commit is contained in:
John Griffith 2015-06-05 07:56:15 -06:00 committed by John Griffith
parent 90f19d58fc
commit 7405e2e1ab
3 changed files with 9 additions and 4 deletions

View File

@ -1,4 +0,0 @@
query: >
message:"Insufficient free space for volume creation on host" AND
tags:"screen-c-sch.txt" AND
NOT build_name:"gate-rally-dsvm-cinder"

5
queries/1452653.yaml Normal file
View File

@ -0,0 +1,5 @@
query: >-
message:"Insufficient free space for volume creation on host" AND
tags:"screen-c-sch.txt" AND
NOT build_name:"gate-rally-dsvm-cinder" AND
build_name:"gate-manila-tempest-dsvm-neutron-no-share-servers"

4
queries/1463098.yaml Normal file
View File

@ -0,0 +1,4 @@
query: >
message:"Insufficient free space for volume creation on host"
AND tags:"screen-c-sch.txt"
AND build_name:"gate-rally-dsvm-cinder"