Kaynağa Gözat

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 15 yıl önce
ebeveyn
işleme
d0a9235902
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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"],
             })