Skip to content

Commit 5c42d8d

Browse files
authored
Update configure-vsan.md
1 parent 6bf831a commit 5c42d8d

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

articles/azure-vmware/configure-vsan.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ VMware vSAN has many capabilities that are included with every Azure VMware Solu
1616

1717
Azure VMware Solution defaults with the following configurations per cluster:
1818

19-
| **Field** | **Value** |
19+
| Field | Value |
2020
| --- | --- |
2121
| **TRIM/UNMAP** | Disabled |
2222
| **Space efficiency** | Deduplication and compression |
@@ -27,10 +27,10 @@ Azure VMware Solution defaults with the following configurations per cluster:
2727
In this article, learn how to:
2828

2929
> [!div class="checklist"]
30-
> * Enable or disable vSAN TRIM/UNMAP
31-
> * Enable vSAN compression only
32-
> * Disable vSAN deduplication and compression
33-
> * Enable or disable vSAN data-in-transit encryption
30+
> * Enable or disable vSAN TRIM/UNMAP.
31+
> * Enable vSAN compression only.
32+
> * Disable vSAN deduplication and compression.
33+
> * Enable or disable vSAN data-in-transit encryption.
3434
3535
## Set VMware vSAN TRIM/UNMAP
3636

@@ -45,7 +45,7 @@ To enable or disable the TRIM/UNMAP command, run the `Set-AVSVSANClusterUNMAPTRI
4545

4646
1. Provide the required values or change the default values according to the following table. Then select **Run**.
4747

48-
| **Field** | **Value** |
48+
| Field | Value |
4949
| --- | --- |
5050
| **Name** | The cluster name as defined in vCenter Server. Comma delimit to target only certain clusters. (Blank targets all clusters.) |
5151
| **Enable** | `true` or `false`. |
@@ -59,9 +59,9 @@ After vSAN TRIM/UNMAP is enabled, you must meet certain prerequisites in order f
5959

6060
- Virtual machine hardware version 11 or later for Windows.
6161
- Virtual machine hardware version 13 or later for Linux.
62-
- The `disk.scsiUnmapAllowed` flag isn't set to `false`. The default is implied `true`. This setting can be used as a *stop switch* at the virtual machine level. You can use this setting if you want to disable this behavior on a per-VM basis and don't want to use in-guest configuration to disable this behavior. VMX file changes require a reboot to take effect.
62+
- The `disk.scsiUnmapAllowed` flag isn't set to `false`. The default is implied `true`. This setting can be used as a *stop switch* at the virtual machine level. You can use this setting if you want to disable this behavior on a per-VM basis and don't want to use in-guest configuration to disable this behavior. VMX file changes require a restart to take effect.
6363
- The guest operating system must be able to identify the virtual disk as *thin*.
64-
- After you enable a VM at a cluster level, it must be powered off, and then powered back on (a reboot is insufficient).
64+
- After you enable a VM at a cluster level, it must be turned off, and then turned back on. (A restart is insufficient.)
6565

6666
For more information about how to reclaim space for Windows and Linux systems for TRIM/UNMAP to execute, see the following VMware articles:
6767
- [How to reclaim disk space](https://knowledge.broadcom.com/external/article/340005/reclaiming-disk-space-from-thin-provisio.html)
@@ -81,7 +81,7 @@ To set your preferred space efficiency model, run the `Set-vSANCompressDedupe` c
8181

8282
1. Provide the required values or change the default values according to the following table. Then select **Run**.
8383

84-
| **Field** | **Value** |
84+
| Field | Value |
8585
| --- | --- |
8686
| **Compression** | `true` or `false`. |
8787
| **Deduplication** | `true` or `false`. (When you enable deduplication, you enable both deduplication and compression.) |
@@ -100,7 +100,6 @@ Learn more about the `Set-vSANCompressDedupe` cmdlet:
100100

101101
## Set VMware vSAN data-in-transit encryption
102102

103-
104103
Run the `Set-vSANDataInTransitEncryption` cmdlet to enable or disable data-in-transit encryption for all clusters or specified clusters of a software-defined data center (SDDC).
105104

106105
> [!NOTE]
@@ -112,7 +111,7 @@ Run the `Set-vSANDataInTransitEncryption` cmdlet to enable or disable data-in-tr
112111

113112
1. Provide the required values or change the default values according to the following table. Then select **Run**.
114113

115-
| **Field** | **Value** |
114+
| Field | Value |
116115
| --- | --- |
117116
| **ClusterName** | Name of the cluster. Leave blank if you're required to enable for the whole SDDC. Otherwise, enter a comma-separated list of names. |
118117
| **Enable** | Specify `true` or `false` to enable or disable the feature.

0 commit comments

Comments
 (0)