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
This commit is contained in:
Salvatore Orlando 2015-04-24 01:09:32 -07:00 committed by Sean Dague
parent e88c8ddafc
commit 995cc0ca29
1 changed files with 3 additions and 0 deletions

3
queries/1446583.yaml Normal file
View File

@ -0,0 +1,3 @@
query: >
message:"The following services are still running" AND message:"die"
AND tags:"grenade.sh.txt"