We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d931d6b commit a49b497Copy full SHA for a49b497
1 file changed
python/pacemaker/_cts/patterns.py
@@ -239,7 +239,7 @@ def __init__(self):
239
240
self._components["corosync-ignore"] = components_common_ignore + [
241
r"Could not connect to Corosync CFG: Internal corosync error",
242
- r"error:.*Connection to the CPG API failed: Library error",
+ r"error:.*Connection to the CPG API failed: Internal corosync error",
243
r"\[[0-9]+\] exited with status [0-9]+ \(",
244
r"\[[0-9]+\] terminated with signal 15",
245
r"pacemaker-based.*error:.*Corosync connection lost",
0 commit comments