From fba56154416cc7554f4ac2cf6d6b2d04b590fa50 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Mon, 21 Jul 2014 11:51:42 -0500 Subject: [PATCH] add query for cinder encryption-type-list failure Unfortunately, i can't find *any* additional logs related to this failure, and there doesn't seem to be any logging about what the actual cli output was. 29 hits failures in 2 weeks, all failures. Change-Id: I6b95a135a59fed0ea50f9264accacb277d702c21 Related-Bug: 1344513 --- queries/1344513.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1344513.yaml diff --git a/queries/1344513.yaml b/queries/1344513.yaml new file mode 100644 index 00000000..11f63abc --- /dev/null +++ b/queries/1344513.yaml @@ -0,0 +1,5 @@ +query: > + message:"CommandFailed" + AND message:"encryption-type-list" + AND message:"returned non-zero exit status 1" + AND tags:"console"