You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($NodeSummary|Where-Object { $_.'TakeOver State'-like'in_takeover' }) {
71
+
Paragraph {
72
+
Text "Best Practice:"-Bold
73
+
Text "One or more nodes are currently in takeover state. It is recommended to investigate the cause of the takeover and ensure that the affected node is restored to normal operation as soon as possible."
74
+
}
75
+
BlankLine
76
+
}
77
+
if ($NodeSummary|Where-Object { $_.'TakeOver Possible'-eq'No' }) {
78
+
Paragraph {
79
+
Text "Best Practice:"-Bold
80
+
Text "One or more nodes have takeover capability disabled. It is recommended to enable storage failover capability to ensure high availability in case of node failures."
81
+
}
82
+
BlankLine
83
+
}
84
+
if ($NodeSummary|Where-Object { $_.'HA Mode'-ne'non_ha'-and$_.'HA State'-notlike'connected' }) {
85
+
Paragraph {
86
+
Text "Best Practice:"-Bold
87
+
Text "One or more nodes are operating in HA mode and are not connected. It is recommended to verify the HA configuration and connectivity to ensure high availability is properly set up."
0 commit comments