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
This commit is contained in:
parent
f19a323569
commit
10fcb4e5cc
5
queries/1807949.yaml
Normal file
5
queries/1807949.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
query: >-
|
||||
tags:"screen-n-cpu.txt" AND
|
||||
message:"OSError: [Errno 24] Too many open files" AND
|
||||
module:"os_vif" AND
|
||||
loglevel: "ERROR"
|
Loading…
Reference in New Issue
Block a user