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
1. Use the `Get-StorageJob` cmdlet to monitor the storage jobs that are related to repair. When the jobs have started (percentage complete is greater than 0), continue to the next step.
135
+
1. Use the `Get-StorageJob` cmdlet to monitor the storage jobs that are related to repair. After the jobs start (percentage complete is greater than 0), continue to the next step.
136
136
137
137
1. To add the storage pool back to cluster management, run the following commands:
138
138
@@ -142,7 +142,7 @@ Run the following steps as a cluster administrator on a node that has full acces
142
142
143
143
1. Add all non-failed virtual disks back to cluster management. If any of the virtual disks from the previous step were previously configured as CSVs, 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 were not in a failed state. To do this, use the `virtualdiskid` and `name` property values from step 2 and run commands that resemble the following script excerpt:
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 do this, use the `virtualdiskid` and `name` property values from step 2 and run commands that resemble the following script excerpt:
0 commit comments