Skip to content

Commit b0c4d2f

Browse files
authored
[release-4.18] recover module crash (#12079)
* recover module crash Signed-off-by: vavuthu <[email protected]>
1 parent f605443 commit b0c4d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocs_ci/utility/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2600,7 +2600,7 @@ def ceph_health_recover(health_status, namespace=None):
26002600
"ceph_health_delay": 30,
26012601
},
26022602
{
2603-
"pattern": r"1 mgr modules have recently crashed",
2603+
"pattern": r"modules have recently crashed",
26042604
"func": ceph_health_resolve_crash,
26052605
"func_args": [],
26062606
"func_kwargs": {},

0 commit comments

Comments
 (0)