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
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,28 +40,27 @@ vSAN ESA (Express Storage Architecture) is supported on the following Azure VMwa
40
40
41
41
## Set VMware vSAN TRIM/UNMAP
42
42
43
-
Guest Trim/Unmap is enabled by default and can't be disabled for cluster with vSAN ESA. Run command Set-AVSVSANClusterUNMAPTRIM isn't applicable for vSAN ESA based clusters.
43
+
Guest Trim/Unmap is enabled by default and can't be disabled for cluster with vSAN ESA. Run command 'Set-AVSVSANClusterUNMAPTRIM' isn't applicable for vSAN ESA based clusters.
44
44
45
45
> [!NOTE]
46
-
> vSAN TRIM/UNMAP is enabled by default on vSAN ESA based clusters. To disable UNMAP at the VM level, the following other requirements are needed for it to function as intended.
46
+
> -vSAN TRIM/UNMAP is enabled by default on vSAN ESA based clusters. To disable UNMAP at the VM level, the following other requirements are needed for it to function as intended.
47
47
> - All VMs in vSAN ESA clusters 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.
48
-
- The guest operating system must be able to identify the virtual disk as thin.
49
-
48
+
> - The guest operating system must be able to identify the virtual disk as thin.
50
49
51
50
## Set VMware vSAN Space Efficiency
52
51
53
52
In vSAN ESA (Express Storage Architecture), space efficiency is enabled through Storage policy managed compression. 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).
54
53
55
54
## Set VMware vSAN Data-In-Transit Encryption
56
55
57
-
Run the Set-vSANDataInTransitEncryption cmdlet to enable or disable data-in-transit encryption for all clusters or specified clusters of an SDDC.
56
+
Run the 'Set-vSANDataInTransitEncryption' cmdlet to enable or disable data-in-transit encryption for all clusters or specified clusters of an SDDC.
58
57
59
58
> [!NOTE]
60
59
> Changing this setting causes a performance impact. See [VMware KB](https://blogs.vmware.com/virtualblocks/2021/08/12/storageminute-vsan-data-encryption-performance/).
61
60
62
61
1. Sign in to the [Azure portal](https://portal.azure.com/).
63
62
64
-
1. Select Run command > Packages > Set-vSANDataInTransitEncryption.
1. Provide the required values or change the default values, and then select Run.
67
66
@@ -73,7 +72,7 @@ Run the Set-vSANDataInTransitEncryption cmdlet to enable or disable data-in-tr
73
72
1. Check Notifications to see the progress.
74
73
75
74
>[!NOTE]
76
-
>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.
75
+
>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.
0 commit comments