Skip to content

Commit 8dddcab

Browse files
committed
Acrolinx fixes
1 parent 5622153 commit 8dddcab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/windows-server/high-availability/csv-offline-after-component-goes-offline-during-active-io.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article describes a situation where the Cluster Shared Volume (CSV) of a cl
2222

2323
This issue starts under the following circumstances:
2424

25-
1. A cluster node or storage component becomes unavailable, but I/O operations continue. For example, a disk array has failed or requires maintenance.
25+
1. A cluster node or storage component becomes unavailable, but I/O operations continue. For example, a disk array failed or requires maintenance.
2626
1. As I/O operations continue, metadata records accumulate.
2727
1. When the metadata records reach their allocated limits, I/O operations fail.
2828
1. The associated CSV enters a Failed state.
@@ -132,7 +132,7 @@ Run the following steps as a cluster administrator on a node that has full acces
132132
Get-VirtualDisk | Set-VirtualDisk -IsManualAttach $false
133133
```
134134

135-
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.
136136

137137
1. To add the storage pool back to cluster management, run the following commands:
138138

@@ -142,7 +142,7 @@ Run the following steps as a cluster administrator on a node that has full acces
142142

143143
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.
144144

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:
146146

147147
```powershell
148148
`$virtualdiskname = "ClusterPerformanceHistory"`

0 commit comments

Comments
 (0)