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
Copy file name to clipboardExpand all lines: support/windows-server/high-availability/csv-offline-after-component-goes-offline-during-active-io.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ Run the following steps as a cluster administrator on a node that has full acces
101
101
1. Monitor the virtual disks by running `Get-VirtualDisk` and looking for `OperationalStatus = InService` in the cmdlet output. When the `OperationalStatus` parameter is clear for all the virtual disks, go to the next step.
102
102
103
103
1. To move the affected storage pool (that you identified previously) to the current node, run a PowerShell cmdlet that resembles the following command:
1. To remove the storage pool from cluster management, run the `Remove-ClusterResource` command for the storage pool objects that you identified in step 1 of this procedure.
121
+
1. To remove the storage pool from cluster management, run the `Remove-ClusterResource` command for the storage pool objects that you identified in step 2 of this procedure.
122
122
123
123
1. To make the storage pool writable, run the following commands:
1. Restore all non-failed virtual disks to cluster management. If any of the virtual disks from the previous step were previously configured as CSVs, convert them to CSVs.
143
+
1. Restore all non-failed virtual disks to cluster management. If any of the virtual disks from the previous step were configured as CSVs before the failure, convert them to CSVs.
144
144
145
-
For example, you can bring back any of the virtual disk or CSV resources that you identified in step 2 that weren't in a failed state. To restore these resources, use the `virtualdiskid` and `name` property values from step 2, and then run commands that resemble the following script excerpt:
145
+
For example, you can bring back any of the virtual disk or CSV resources that weren't in a failed state. To restore these resources, use the `virtualdiskid` and `name` property values from step 3, and then run commands that resemble the following script excerpt:
0 commit comments