elastic-recheck/queries/1807949.yaml
Sean Mooney 10fcb4e5cc add query for os-vif pyroute2 open files
- This change adds a query to detect too many open
  files errors raised by os-vif.

- some releases of pyroute2 have been known to leak
  file handels under python 2. This query should
  catch gate failure that result form this.

Change-Id: I600dc8045bc16ac7ee3a03935687557988893509
2018-12-11 14:30:21 +00:00

6 lines
138 B
YAML

query: >-
tags:"screen-n-cpu.txt" AND
message:"OSError: [Errno 24] Too many open files" AND
module:"os_vif" AND
loglevel: "ERROR"