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
> Run commands are executed one at a time in the order submitted.
26
26
27
-
In this article, you learn how to:
27
+
In this article, you learn more about:
28
28
29
29
> [!div class="checklist"]
30
30
> - Supported host types
31
-
> - Enable or Disable vSAN TRIM/UNMAP
32
-
> - Enable vSAN Compression
33
-
> - Enable or Disable vSAN Data-In-Transit Encryption
34
-
> - vSAN features availability
35
-
## Supported host types
31
+
> - Supported vSAN services
32
+
> - How to enable or disable vSAN TRIM/UNMAP
33
+
> - How to enable vSAN Compression
34
+
> - How to enable or disable vSAN Data-In-Transit Encryption
36
35
36
+
## Supported host types
37
37
vSAN ESA (Express Storage Architecture) is supported on the following Azure VMware Solution host types:
38
38
39
39
- AV48 (Korea Central)
40
40
41
+
## Supported vSAN services
42
+
43
+
The following table shows the list of vSAN features available in Azure VMware Solution.
44
+
45
+
|**vSAN Services**|**Availability**|
46
+
| --- | --- |
47
+
|**Auto-Policy Management**| Not supported|
48
+
|**Compression**| Supported|
49
+
|**Data-at-rest encryption**| Supported, enabled by default|
50
+
|**Data-in-transit encryption**| Supported|
51
+
|**Deduplication**| Not supported|
52
+
|**File Service**| Not supported|
53
+
|**Guest Trim/Unmap**| Supported, enabled by default|
54
+
|**iSCSI Target Service**| Not supported|
55
+
|**Support for Windows Server Failover Clusters (WSFC)**| Supported|
56
+
|**vSAN Data Protection**| Not supported|
57
+
|**vSAN Performance Service**| Supported|
58
+
|**vSAN Stretched cluster**| Supported|
59
+
|**vSAN Support Insight**| Not supported|
60
+
41
61
## Set VMware vSAN TRIM/UNMAP
42
62
43
63
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.
@@ -74,26 +94,6 @@ Run the `Set-vSANDataInTransitEncryption` cmdlet to enable or disable data-in-
74
94
>[!NOTE]
75
95
>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.
76
96
77
-
## vSAN services availability
78
-
79
-
The following table shows the list of vSAN features available in Azure VMware Solution.
80
-
81
-
|**vSAN Features**|**Availability**|
82
-
| --- | --- |
83
-
|**Auto-Policy Management**| Not supported|
84
-
|**Compression**| Supported|
85
-
|**Data-at-rest encryption**| Supported, enabled by default|
86
-
|**Data-in-transit encryption**| Supported|
87
-
|**Deduplication**| Not supported|
88
-
|**File Service**| Not supported|
89
-
|**Guest Trim/Unmap**| Supported, enabled by default|
90
-
|**iSCSI Target Service**| Not supported|
91
-
|**Support for Windows Server Failover Clusters (WSFC)**| Supported|
92
-
|**vSAN Data Protection**| Not supported|
93
-
|**vSAN Performance Service**| Supported|
94
-
|**vSAN Stretched cluster**| Supported|
95
-
|**vSAN Support Insight**| Not supported|
96
-
97
97
## Next steps
98
98
99
99
Now that you learned how to configure VMware vSAN, learn more about:
0 commit comments