Skip to content

Commit 80d7431

Browse files
authored
doc: Update configure-storage-policy.md
Fixed RAID naming convention in example (RAID-FTT-1 → RAID1 FTT-1)
1 parent d956d6e commit 80d7431

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-vmware/configure-storage-policy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Run the `Set-VMStoragePolicy` cmdlet to modify vSAN-based storage policies on a
9292
| **Field** | **Value** |
9393
| --- | --- |
9494
| **VMName** | Name of the target VM. |
95-
| **StoragePolicyName** | Name of the storage policy to set. For example, **RAID-FTT-1**. |
95+
| **StoragePolicyName** | Name of the storage policy to set. For example, **RAID1 FTT-1**. |
9696
| **Retain up to** | Retention period of the cmdlet output. The default value is 60. |
9797
| **Specify name for execution** | Alphanumeric name, for example, **changeVMStoragePolicy**. |
9898
| **Timeout** | The period after which a cmdlet exits if taking too long to finish. |
@@ -113,7 +113,7 @@ Run the `Set-LocationStoragePolicy` cmdlet to Modify vSAN based storage policies
113113
| **Field** | **Value** |
114114
| --- | --- |
115115
| **Location** | Name of the target VM. |
116-
| **StoragePolicyName** | Name of the storage policy to set. For example, **RAID-FTT-1**. |
116+
| **StoragePolicyName** | Name of the storage policy to set. For example, **RAID1 FTT-1**. |
117117
| **Retain up to** | Retention period of the cmdlet output. The default value is 60. |
118118
| **Specify name for execution** | Alphanumeric name, for example, **changeVMStoragePolicy**. |
119119
| **Timeout** | The period after which a cmdlet exits if taking too long to finish. |
@@ -134,7 +134,7 @@ Run the `Set-ClusterDefaultStoragePolicy` cmdlet to specify default storage poli
134134
| **Field** | **Value** |
135135
| --- | --- |
136136
| **ClusterName** | Name of the cluster. |
137-
| **StoragePolicyName** | Name of the storage policy to set. For example, **RAID-FTT-1**. |
137+
| **StoragePolicyName** | Name of the storage policy to set. For example, **RAID1 FTT-1**. |
138138
| **Retain up to** | Retention period of the cmdlet output. The default value is 60. |
139139
| **Specify name for execution** | Alphanumeric name, for example, **Set-ClusterDefaultStoragePolicy-Exec1**. |
140140
| **Timeout** | The period after which a cmdlet exits if taking too long to finish. |
@@ -168,7 +168,7 @@ This function creates a new or overwrites an existing vSphere Storage Policy. No
168168
| **vSANFailuresToTolerate** | Number of vSAN Hosts failures to Tolerate. <br>- Default is "R1FTT1". <br>- Valid values are "None", "R1FTT1", "R1FTT2", "R1FTT3", "R5FTT1", "R6FTT2", "R1FTT3" <br>- None = No Data Redundancy<br>- R1FTT1 = 1 failure - RAID-1 (Mirroring)<br>- R1FTT2 = 2 failures - RAID-1 (Mirroring)<br>- R1FTT3 = 3 failures - RAID-1 (Mirroring)<br>- R5FTT1 = 1 failure - RAID-5 (Erasure Coding),<br>- R6FTT2 = 2 failures - RAID-6 (Erasure Coding) <br>- No Data Redundancy options aren't covered under Microsoft SLA.|
169169
| **vSANSiteDisasterTolerance** | Only valid for stretch clusters. <br>- Default is "None". <br>- Valid Values are "None", "Dual", "Preferred", "Secondary", "NoneStretch" <br>- None = No Site Redundancy (Recommended Option for Non-Stretch Clusters, NOT recommended for Stretch Clusters) <br>- Dual = Dual Site Redundancy (Recommended Option for Stretch Clusters) <br>- Preferred = No site redundancy - keep data on Preferred (stretched cluster) <br>- Secondary = No site redundancy - Keep data on Secondary Site (stretched cluster) <br>- NoneStretch = No site redundancy - Not Recommended (https://kb.vmware.com/s/article/88358)|
170170
| **Description** | Description of Storage Policy you're creating, free form text. |
171-
| **Name** | Name of the storage policy to set. For example, **RAID-FTT-1**. |
171+
| **Name** | Name of the storage policy to set. For example, **RAID1 FTT-1**. |
172172
| **Retain up to** | Retention period of the cmdlet output. The default value is 60. |
173173
| **Specify name for execution** | Alphanumeric name, for example, **New-AVSStoragePolicy-Exec1**. |
174174
| **Timeout** | The period after which a cmdlet exits if taking too long to finish. |

0 commit comments

Comments
 (0)