Skip to content

Commit 2c4a999

Browse files
authored
Update configure-vsan.md
1 parent 344e87e commit 2c4a999

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-vmware/configure-vsan.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: engagement-fy23
1010

1111
---
1212

13-
# Configure VMware vSAN
13+
# Configure VMware vSAN (OSA)
1414

1515
VMware vSAN has many capabilities that are included with every Azure VMware Solution deployment. Each cluster has its own VMware vSAN datastore.
1616

@@ -27,7 +27,7 @@ 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 TRIM/UNMAP.
30+
> * Enable or disable vSAN TRIM/UNMAP.
3131
> * Enable vSAN compression only.
3232
> * Disable vSAN deduplication and compression.
3333
> * Enable or disable vSAN data-in-transit encryption.
@@ -55,8 +55,9 @@ To enable or disable the TRIM/UNMAP command, run the `Set-AVSVSANClusterUNMAPTRI
5555

5656
1. Check **Notifications** to see the progress.
5757

58-
After vSAN TRIM/UNMAP is enabled, there are several prerequisites that you must fulfill so that TRIM/UNMAP can successfully reclaim unused capacity at the virtual machine (VM) level.
58+
After vSAN TRIM/UNMAP is Enabled, the following lists additional requirements for it to function as intended. Once enabled, there are several prerequisites that must be met for TRIM/UNMAP to successfully reclaim no longer used capacity.
5959

60+
- Prerequisites - VM Level
6061
- Virtual machine hardware version 11 or later for Windows.
6162
- Virtual machine hardware version 13 or later for Linux.
6263
- `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.
@@ -90,8 +91,6 @@ To set your preferred space efficiency model, run the `Set-vSANCompressDedupe` c
9091
| **Specify name for execution** | Alphanumeric name. For example, *set cluster-1 to compress only*. |
9192
| **Timeout** | The period after which a cmdlet exits if taking too long to finish. |
9293

93-
1. Check **Notifications** to see the progress.
94-
9594
Learn more about the `Set-vSANCompressDedupe` cmdlet:
9695

9796
- When you set `Compression` to `False` and `Deduplication` to `True`, vSAN is set to `Deduplication` and `Compression`.
@@ -102,6 +101,7 @@ Learn more about the `Set-vSANCompressDedupe` cmdlet:
102101

103102
## Set VMware vSAN data-in-transit encryption
104103

104+
105105
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).
106106

107107
> [!NOTE]
@@ -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** | Specify `True` or `False` to enable or disable the feature.
120120

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

0 commit comments

Comments
 (0)