From abf9f88600d75a15f1686060754d0507392bd774 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 8 Apr 2015 16:15:01 -0700 Subject: [PATCH] Update query 1311066 for new warning I89971ac07c978cc1a40b0178931f8cc2663f323b changed the warning message this query used. So update this query to work with the new message. Change-Id: Ibb7fa3ee9e4e32184831a15b899b4b85f518ecac --- queries/1311066.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/queries/1311066.yaml b/queries/1311066.yaml index 5dfb8d1c..105ceb56 100644 --- a/queries/1311066.yaml +++ b/queries/1311066.yaml @@ -1,3 +1,4 @@ query: > - message:"WARNING: devstack run took > 15 minutes" - AND tags:console.html \ No newline at end of file + message:"WARNING: devstack run took" + AND message:"minutes, this is a very slow node." + AND tags:console.html