Update query for bug 1501366

There is another wrinkle to that bug where we get 'Chain doesn't exist'
instead of 'Illegal target name' so update the query with the OR to
handle that.

Brings hits to 77 in 7 days from 47.

Change-Id: I9c365054dc1cc5b6c437d87f750f34febdd1d77b
Related-Bug: #1501366
This commit is contained in:
Matt Riedemann 2015-10-05 17:25:04 -07:00
parent c458d81855
commit 3aa93bb802
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
query: >-
message:"libvirtError: Error while building firewall: Some rules could not be created for interface" AND
message:"Illegal target name" AND
(message:"Illegal target name" OR (
message:"Chain" AND message:"doesn't exist")) AND
tags:"screen-n-cpu.txt"