Update query for ceph scheduling bug 1475333

The previous query wasn't hitting on the ceph job
at all, this is a more accurate query for the ceph
job bug. There are only 7 hits in 7 days in the check
queue but it's on multiple changes on the same ceph
job, so it's more accurate.

Change-Id: Idc888ebb4daf61bbbe3077c0040ff0bc5fa5a9df
Related-Bug: #1475333
This commit is contained in:
Matt Riedemann 2016-06-24 11:24:32 -04:00
parent b7f09cfe1c
commit 3706436fd7
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
query: >-
message:"Insufficient free space for volume creation on host" AND
message:"(requested / avail): 1/0.0" AND
tags:"screen-c-sch.txt" AND NOT
build_queue:"periodic-stable"
message:"ceph#ceph \(requested / avail\): 1/" AND
tags:"screen-c-sch.txt"