Skip to content

Commit 957a61e

Browse files
authored
Update configure-vsan.md
1 parent f8114ec commit 957a61e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/azure-vmware/configure-vsan.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ To enable or disable the TRIM or UNMAP command (TRIM/UNMAP), run the `Set-AVSVSA
4747

4848
| **Field** | **Value** |
4949
| --- | --- |
50-
| **Name** | Cluster name as defined in vCenter Server. Comma delimit to target only certain clusters. (Blank targets all clusters.) |
50+
| **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. |
52-
| **Retain up to** | Retention period of the cmdlet output. The default value is 60. |
52+
| **Retain up to** | Retention period of the cmdlet output. The default value is `60`. |
5353
| **Specify name for execution** | Alphanumeric name. For example, *Disable vSAN TRIMUNMAP*. |
5454
| **Timeout** | The period after which a cmdlet exits if it's taking too long to finish. |
5555

@@ -59,10 +59,10 @@ After vSAN TRIM/UNMAP is enabled, there are several prerequisites that you must
5959

6060
- Virtual machine hardware version 11 or later for Windows.
6161
- Virtual machine hardware version 13 or later for Linux.
62-
- `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+
- `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.
6363
- The guest operating system must be able to identify the virtual disk as *thin*.
6464
- After you enable a VM at a cluster level, it must be powered off, and then powered back on (a reboot is insufficient).
65-
-
65+
6666
For more information about reclaiming 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)
6868
- [Learn the procedure to enable TRIM/UNMAP](https://knowledge.broadcom.com/external/article/326595/procedure-to-enable-trimunmap.html)
@@ -84,21 +84,21 @@ To set your preferred space efficiency model, run the `Set-vSANCompressDedupe` c
8484
| **Field** | **Value** |
8585
| --- | --- |
8686
| **Compression** | True or false. |
87-
| **Deduplication** | True or false. (When you enable deduplication, you enable both dedupe and compression.) |
87+
| **Deduplication** | True or false. (When you enable deduplication, you enable both deduplication and compression.) |
8888
| **ClustersToChange** | The cluster name as defined in vCenter Server. Comma delimit to target multiple clusters. |
89-
| **Retain up to** | Retention period of the cmdlet output. The default value is 60. |
89+
| **Retain up to** | Retention period of the cmdlet output. The default value is `60`. |
9090
| **Specify name for execution** | Alphanumeric name. For example, *set cluster-1 to compress only*. |
9191
| **Timeout** | The period after which a cmdlet exits if taking too long to finish. |
9292

9393
1. Check **Notifications** to see the progress.
9494

9595
Learn more about the `Set-vSANCompressDedupe` cmdlet:
9696

97-
- When you set **Compression** to **False** and **Deduplication** to **True**, vSAN is set to **Dedupe** and **Compression**.
98-
- When you set **Compression** to **False** and **Dedupe** to **False**, all space efficiency is disabled.
99-
- The default settings for Azure VMware Solution are **Dedupe** and **Compression**.
100-
- The **Compression** setting provides only slightly better performance.
101-
- When you disable both the **Compression** and **Deduplication** settings, you can achieve the greatest performance gains, but at the cost of space utilization.
97+
- When you set `Compression` to `False` and `Deduplication` to `True`, vSAN is set to `Deduplication` and `Compression`.
98+
- When you set `Compression` to `False` and `Deduplication` to `False`, all space efficiency is disabled.
99+
- The default settings for Azure VMware Solution are `Deduplication` and `Compression`.
100+
- The `Compression` setting provides only slightly better performance.
101+
- When you disable both the `Compression` and `Deduplication` settings, you can achieve the greatest performance gains, but at the cost of space utilization.
102102

103103
## Set VMware vSAN data-in-transit encryption
104104

@@ -116,7 +116,7 @@ Run the `Set-vSANDataInTransitEncryption` cmdlet to enable or disable data-in-tr
116116
| **Field** | **Value** |
117117
| --- | --- |
118118
| **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. |
119-
| **Enable** | Select **True** or **False** to enable or disable the feature.
119+
| **Enable** | Select `True` or `False` to enable or disable the feature.
120120

121121
1. Check **Notifications** to see the progress.
122122

0 commit comments

Comments
 (0)