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
Deep audit found 7 real bugs (3 high). Quorum-preserving drain + eviction, CSV-removal data-loss guard, disk/file-share witness validation, correct redirected-I/O detection, validation-report path. Each fix mirrors a correct pattern already in the module.
Copy file name to clipboardExpand all lines: Changelog.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## v1.121.6
4
+
5
+
Failover Clustering safety — fixes found by a deep audit of the clustering module.
6
+
7
+
- **Draining a node from the dashboard now protects quorum.** It refuses to drain if no other node is up to receive the roles, and warns (requiring you to type CONTINUE) if draining would drop the cluster below quorum — instead of a single yes/no that could take the whole cluster offline.
8
+
- **Node eviction won't silently break quorum on larger clusters.** The safety check was hardcoded for small clusters; it now calculates quorum for the actual cluster size, so it can't be bypassed on 4+ node clusters.
9
+
- **Removing a Cluster Shared Volume can't destroy live-VM storage on false information.** If the tool can't determine the CSV's mount point (e.g. it's offline/degraded), it now refuses the removal rather than reporting "no VMs" from a check that never actually ran.
10
+
- **Quorum witness validation.** A disk witness must be Online before it can be selected; a file-share witness path is checked for reachability up front, with a reminder that the cluster account needs Full Control on the share.
11
+
- **Correct CSV redirected-I/O detection.** The dashboard no longer shows a false "REDIRECTED I/O ACTIVE" warning on healthy volumes (it was reading the wrong property).
12
+
- **Cluster validation report location is now shown** so you can actually find the report.
13
+
14
+
No module or CLI action changes (81 modules, 201 actions).
15
+
3
16
## v1.121.5
4
17
5
18
Reliability sweep — fixes found by auditing every menu for the same class of issues you ran into.
0 commit comments