You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-vmware/configure-vsan.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.custom: engagement-fy23
10
10
11
11
---
12
12
13
-
# Configure VMware vSAN
13
+
# Configure VMware vSAN (OSA)
14
14
15
15
VMware vSAN has many capabilities that are included with every Azure VMware Solution deployment. Each cluster has its own VMware vSAN datastore.
16
16
@@ -27,7 +27,7 @@ Azure VMware Solution defaults with the following configurations per cluster:
27
27
In this article, learn how to:
28
28
29
29
> [!div class="checklist"]
30
-
> * Enable or disable TRIM/UNMAP.
30
+
> * Enable or disable vSAN TRIM/UNMAP.
31
31
> * Enable vSAN compression only.
32
32
> * Disable vSAN deduplication and compression.
33
33
> * Enable or disable vSAN data-in-transit encryption.
@@ -55,8 +55,9 @@ To enable or disable the TRIM/UNMAP command, run the `Set-AVSVSANClusterUNMAPTRI
55
55
56
56
1. Check **Notifications** to see the progress.
57
57
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.
59
59
60
+
- Prerequisites - VM Level
60
61
- Virtual machine hardware version 11 or later for Windows.
61
62
- Virtual machine hardware version 13 or later for Linux.
62
63
-`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
90
91
|**Specify name for execution**| Alphanumeric name. For example, *set cluster-1 to compress only*. |
91
92
|**Timeout**| The period after which a cmdlet exits if taking too long to finish. |
92
93
93
-
1. Check **Notifications** to see the progress.
94
-
95
94
Learn more about the `Set-vSANCompressDedupe` cmdlet:
96
95
97
96
- 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:
102
101
103
102
## Set VMware vSAN data-in-transit encryption
104
103
104
+
105
105
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).
106
106
107
107
> [!NOTE]
@@ -116,7 +116,7 @@ Run the `Set-vSANDataInTransitEncryption` cmdlet to enable or disable data-in-tr
116
116
|**Field**|**Value**|
117
117
| --- | --- |
118
118
|**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.
0 commit comments