Skip to content

Commit a49b497

Browse files
committed
Low: cts-lab: Fix corosync-ignore pattern for CPG API connection failed
This should have been done in commit e09bc86. Signed-off-by: Reid Wahl <nrwahl@protonmail.com>
1 parent d931d6b commit a49b497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/pacemaker/_cts/patterns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def __init__(self):
239239

240240
self._components["corosync-ignore"] = components_common_ignore + [
241241
r"Could not connect to Corosync CFG: Internal corosync error",
242-
r"error:.*Connection to the CPG API failed: Library error",
242+
r"error:.*Connection to the CPG API failed: Internal corosync error",
243243
r"\[[0-9]+\] exited with status [0-9]+ \(",
244244
r"\[[0-9]+\] terminated with signal 15",
245245
r"pacemaker-based.*error:.*Corosync connection lost",

0 commit comments

Comments
 (0)