Skip to content

Commit 393a7f7

Browse files
authored
Update configure-storage-policy.md
1 parent 5c42d8d commit 393a7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Keep the following information in mind:
164164
| **vSANDiskStripesPerObject** | The number of hard disk drives (HDDs) across which each replica of a storage object is striped. <br>- The default value is `1`. Valid values are `1` to `12`. <br>- A value higher than `1` might result in better performance (for example, when flash read cache misses need to get serviced from HDD), but also results in a higher use of system resources. |
165165
| **vSANObjectSpaceReservation** | Object reservation. <br>- The default value is `0`. <br>- Valid values are `0` to `100`. <br>- `0` = Thin provision. <br>- `100` = Thick provision.|
166166
| **VMEncryption** | Sets VM encryption. <br>- The default value is `None`. <br>- Valid values are `None`, `Pre-IO`, and `Post-IO`. <br>- `Pre-IO` allows virtual I/O (VAIO) filtering solutions to capture data before VM encryption. <br>- `Post-IO` allows VAIO-filtering solutions to capture data after VM encryption. |
167-
| **vSANFailuresToTolerate** | Number of vSAN hosts' failures to tolerate. <br>- The default value is `R1FTT1`. <br>- Valid values are `None`, `R1FTT1`, `R1FTT2`, `R1FTT3`, `R5FTT1`, `R6FTT2`, and `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>- The `None` (no data redundancy) option isn't covered under Microsoft's SLA.|
167+
| **vSANFailuresToTolerate** | Number of vSAN hosts' failures to tolerate. <br>- The default value is `R1FTT1`. <br>- Valid values are `None`, `R1FTT1`, `R1FTT2`, `R1FTT3`, `R5FTT1`, `R6FTT2`, and `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>- The `None` (no data redundancy) option isn't covered under the Microsoft SLA.|
168168
| **vSANSiteDisasterTolerance** | Valid only for stretch clusters. <br>- The default value is `None`. <br>- Valid values are `None`, `Dual`, `Preferred`, `Secondary`, and `NoneStretch`. <br>- `None` = No site redundancy. This option is recommended for nonstretch clusters and not recommended for stretch clusters. <br>- `Dual` = Dual site redundancy. This option is recommended 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. For more information, see [For vSAN stretched clusters, don't use a storage policy with locality=none](https://kb.vmware.com/s/article/88358).|
169169
| **Description** | Description of the storage policy that you're creating, in free-form text. |
170170
| **Name** | Name of the storage policy to set. For example, *RAID1 FTT-1*. |

0 commit comments

Comments
 (0)