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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ In this article, learn how to:
29
29
> * Enable or Disable vSAN TRIM/UNMAP
30
30
> * Enable vSAN Compression Only
31
31
> * Disable vSAN Deduplication and Compression
32
+
> * Enable or Disable vSAN Data-In-Transit Encryption
32
33
33
34
## Set VMware vSAN TRIM/UNMAP
34
35
@@ -94,6 +95,30 @@ Run the `Set-vSANCompressDedupe` cmdlet to set preferred space efficiency model.
94
95
95
96
1. Check **Notifications** to see the progress.
96
97
98
+
99
+
## Set VMware vSAN Data-In-Transit Encryption
100
+
101
+
Run the `Set-vSANDataInTransitEncryption` cmdlet to enable or disable data-in-transit encryption for all clusters or specified clusters of a SDDC.
102
+
103
+
>[!NOTE]
104
+
>Changing this setting will cause a performance impact, please refer : Refer : [VMware KB](https://blogs.vmware.com/virtualblocks/2021/08/12/storageminute-vsan-data-encryption-performance/)
105
+
106
+
1. Sign in to the [Azure portal](https://portal.azure.com).
1. Provide the required values or change the default values, and then select **Run**.
111
+
112
+
|**Field**|**Value**|
113
+
| --- | --- |
114
+
|**ClusterName**| Name of the cluster. Leave blank if required to enable for whole SDDC else enter comma separated list of names. |
115
+
| **Enable** | Specify True/False to Enable/Disable the feature.
116
+
117
+
1. Check **Notifications** to see the progress.
118
+
119
+
>[!NOTE]
120
+
>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.
121
+
97
122
## Next steps
98
123
99
124
Now that you learned how to configure VMware vSAN, learn more about:
0 commit comments