Procházet zdrojové kódy

cts: Update DC_IDLE pattern

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Jan Friesse před 12 roky
rodič
revize
ab16f10ff7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      cts/corosync.py

+ 1 - 1
cts/corosync.py

@@ -126,7 +126,7 @@ class corosync_needle(ClusterManager):
             "Pat:ChildKilled"  : "%s corosync.*Child process %s terminated with signal 9",
             "Pat:ChildRespawn" : "%s corosync.*Respawning failed child process: %s",
             "Pat:ChildExit"    : "Child process .* exited",
-            "Pat:DC_IDLE"      : ".*A processor joined or left the membership and a new membership.*was formed.",
+            "Pat:DC_IDLE"      : ".*A new membership.*was formed.",
             # Bad news Regexes.  Should never occur.
             "BadRegexes"   : (
                 r"ERROR:",