From 995cc0ca295d6912c74c9d3fcfd72928a5f3a785 Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Fri, 24 Apr 2015 01:09:32 -0700 Subject: [PATCH] Add a query for bug 1446583 After the upgrade path moved from starting with stable/juno to stable/kilo, grenade failure rates went way up. The root cause is buggy oslo service code which makes services sometimes not handle the TERM signal. Keystone and Cinder were fixed for Kilo release, Nova is fixed in master, but it missed the RC2 window, so unless something else requires an RC3 it's going to be a backport post release. There has also been a work around added to stable/kilo devstack to always pkill twice, which seems to mitigate the bug. Change-Id: Icc378386e28739570b699a07683e6abb9e510059 Related-Bug: #1446583 --- queries/1446583.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1446583.yaml diff --git a/queries/1446583.yaml b/queries/1446583.yaml new file mode 100644 index 00000000..2c96e3d2 --- /dev/null +++ b/queries/1446583.yaml @@ -0,0 +1,3 @@ +query: > + message:"The following services are still running" AND message:"die" + AND tags:"grenade.sh.txt"