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-esa.md
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,68 @@ vSAN ESA (Express Storage Architecture) is supported in the below Azure VMware S
27
27
|**TRIM/UNMAP**|Enabled by default (Cannot be disabled in vSAN ESA based clusters)|
28
28
|**Space Efficiency**|Compression (Storage policy managed compression) Deduplication is not supported in vSAN ESA|
29
29
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.
0 commit comments