Explorar el Código

CTS: add "Too many open files" to the BadNews pattern

Reviewed-by: Steven Dake <sdake@redhat.com>
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld hace 15 años
padre
commit
d0a9235902
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      cts/corosync.py

+ 1 - 0
cts/corosync.py

@@ -132,6 +132,7 @@ class corosync_flatiron(ClusterManager):
                 r"Forcing shutdown\.",
                 r"core dump",
                 r"Could not bind AF_UNIX",
+                r"Too many open files",
             ),
             "LogFileName"    : Environment["LogFileName"],
             })