From 7405e2e1ab4832f6ca72a4fc4277dc9fea0a6fd4 Mon Sep 17 00:00:00 2001 From: John Griffith Date: Fri, 5 Jun 2015 07:56:15 -0600 Subject: [PATCH] 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 --- queries/1376941.yaml | 4 ---- queries/1452653.yaml | 5 +++++ queries/1463098.yaml | 4 ++++ 3 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 queries/1376941.yaml create mode 100644 queries/1452653.yaml create mode 100644 queries/1463098.yaml diff --git a/queries/1376941.yaml b/queries/1376941.yaml deleted file mode 100644 index 6226e6ed..00000000 --- a/queries/1376941.yaml +++ /dev/null @@ -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" diff --git a/queries/1452653.yaml b/queries/1452653.yaml new file mode 100644 index 00000000..531c4272 --- /dev/null +++ b/queries/1452653.yaml @@ -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" diff --git a/queries/1463098.yaml b/queries/1463098.yaml new file mode 100644 index 00000000..6f9b103e --- /dev/null +++ b/queries/1463098.yaml @@ -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"