Skip to content

Commit 6285ee4

Browse files
committed
Escape character fixes
1 parent e721c08 commit 6285ee4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Run the following steps as a cluster administrator on a node that has full acces
6868

6969
> [!NOTE]
7070
>
71-
> - In this cmdlet, /<Pool> is the name of the storage pool resource.
71+
> - In this cmdlet, \<Pool> is the name of the storage pool resource.
7272
> - Later steps in this procedure use properties such as the name and the owner group of the resource.
7373
7474
1. To get the properties of the storage pool's virtual disks and CSVs, run the following command:
@@ -107,7 +107,7 @@ Run the following steps as a cluster administrator on a node that has full acces
107107
```
108108

109109
> [!NOTE]
110-
> In this command, /<Current Node> is the name of the node that you're working from, and /<OwnerGroup> is the value of the OwnerGroup property of the storage group resource.
110+
> In this command, \<Current Node> is the name of the node that you're working from, and \<OwnerGroup> is the value of the OwnerGroup property of the storage group resource.
111111
112112
1. To move the failed disk and CSV resources to the current node, run `Move-ClusterResource` again for each physical disk and CSV resource. To see the OwnerGroup value of the CSV, run `Get-ClusterSharedVolume | get-ClusterGroup`.
113113

0 commit comments

Comments
 (0)