CI: Ignore neutron-server CRITICAL about WSREP
We are getting this randomly on neutron-server shutdown for upgrade. As it does not affect real operations (and if it did, we would definitely see it now), let's ignore it. Change-Id: Ibe561517d44a1108e8223442a71fab36b69c2258 Related-bug: #1863579
This commit is contained in:
parent
fd2a5b2cf2
commit
16ade28d5f
@ -26,6 +26,11 @@ function filter_out_expected_critical {
|
||||
# Sometimes we see this during upgrade when keystone is down.
|
||||
grep -v "Failed to fetch token data from identity server"
|
||||
;;
|
||||
*/neutron-server.log)
|
||||
# Sometimes we see this during shutdown (upgrade).
|
||||
# See: https://bugs.launchpad.net/neutron/+bug/1863579
|
||||
grep -v "WSREP has not yet prepared node for application use"
|
||||
;;
|
||||
*)
|
||||
# We have to provide some pass-through consumer to avoid:
|
||||
# grep: write error: Broken pipe
|
||||
|
Loading…
Reference in New Issue
Block a user