Skip to content

Commit c9a8abc

Browse files
committed
Learn Editor: Update configure-vsan-esa.md
1 parent b076ddc commit c9a8abc

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

articles/azure-vmware/configure-vsan-esa.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,68 @@ vSAN ESA (Express Storage Architecture) is supported in the below Azure VMware S
2727
|**TRIM/UNMAP**|Enabled by default (Cannot be disabled in vSAN ESA based clusters)|
2828
|**Space Efficiency**|Compression (Storage policy managed compression) Deduplication is not supported in vSAN ESA|
2929

30+
In this article, learn how to:
31+
32+
> [!div class="checklist"]
33+
> - Enable or Disable vSAN TRIM/UNMAP
34+
> - Enable vSAN Compression
35+
> - Enable or Disable vSAN Data-In-Transit Encryption
36+
37+
__Set VMware vSAN TRIM/UNMAP__
38+
39+
Guest Trim/Unmap is enabled by default and cannot be disabled for cluster with vSAN ESA. Run command Set-AVSVSANClusterUNMAPTRIM is not applicable for vSAN ESA based clusters.
40+
41+
__Note__
42+
43+
Run commands are executed one at a time in the order submitted.
44+
45+
__Note__
46+
47+
vSAN TRIM/UNMAP is enabled by default on vSAN ESA based clusters. To disable UNMAP at the VM level, the following additional requirements are needed for it to function as intended.
48+
49+
- All VMs in vSAN ESA cluster(s) are set by default to use UNMAP inherited from the cluster level. UNMAP can be disabled using the disk.scsiUnmapAllowed flag with a value of 'false' at the virtual machine level, should you wish to disable this behavior on a per-VM basis. VMX file changes require a reboot to take effect.
50+
51+
- The guest operating system must be able to identify the virtual disk as thin.
52+
53+
__Set VMware vSAN Space Efficiency__
54+
55+
In vSAN ESA (Express Storage Architecture), compression is enabled by default on the cluster. See [VMware documentation](https://techdocs.broadcom.com/us/en/vmware-cis/vsan/vsan/8-0/vsan-administration/increasing-space-efficiency-in-a-vsan-cluster/using-deduplication-and-compression-in-vsan-cluster.html).
56+
57+
__Set VMware vSAN Data-In-Transit Encryption__
58+
59+
Run the Set-vSANDataInTransitEncryption cmdlet to enable or disable data-in-transit encryption for all clusters or specified clusters of a SDDC.
60+
61+
__Note__
62+
63+
Changing this setting will cause a performance impact. See [VMware KB](https://blogs.vmware.com/virtualblocks/2021/08/12/storageminute-vsan-data-encryption-performance/).
64+
65+
1. Sign in to the [Azure portal](https://portal.azure.com/).
66+
67+
1. Select Run command > Packages > Set-vSANDataInTransitEncryption.
68+
69+
1. Provide the required values or change the default values, and then select Run.
70+
71+
|Field|Value|
72+
|||
73+
|ClusterName|Name of
74+
the cluster. Leave blank if required to enable for whole SDDC else enter
75+
comma separated list of names.|
76+
|ClusterName|Name of the cluster. Leave blank if required to enable for whole SDDC else enter comma separated list of names.|
77+
|Enable|Specify True/False to Enable/Disable the feature.|
78+
79+
 
80+
81+
1. Check Notifications to see the progress.
82+
83+
__Note__
84+
85+
You can also use the Get-vSANDataInTransitEncryptionStatus command to check for the current status or status after performing the Set-vSANDataInTransitEncryptionStatus operation and verify the cluster's current encryption state.
86+
87+
__Next steps__
88+
89+
Now that you learned how to configure VMware vSAN, learn more about:
90+
91+
- [How to configure storage policies](/azure/azure-vmware/configure-storage-policy) - Create and configure storage policies for your Azure VMware Solution virtual machines.
92+
93+
- [How to configure external identity for vCenter Server](/azure/azure-vmware/configure-identity-source-vcenter) - vCenter Server has a built-in local user called cloudadmin and assigned to the CloudAdmin role. The local cloudadmin user is used to set up users in Active Directory (AD). With the Run command feature, you can configure Active Directory over LDAP or LDAPS for vCenter Server as an external identity source.
94+

0 commit comments

Comments
 (0)