Skip to content

Commit 5d80b47

Browse files
committed
changes for vsan-dite
1 parent 46b52e3 commit 5d80b47

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

articles/azure-vmware/configure-vsan.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ In this article, learn how to:
2929
> * Enable or Disable vSAN TRIM/UNMAP
3030
> * Enable vSAN Compression Only
3131
> * Disable vSAN Deduplication and Compression
32+
> * Enable or Disable vSAN Data-In-Transit Encryption
3233
3334
## Set VMware vSAN TRIM/UNMAP
3435

@@ -94,6 +95,30 @@ Run the `Set-vSANCompressDedupe` cmdlet to set preferred space efficiency model.
9495
9596
1. Check **Notifications** to see the progress.
9697

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).
107+
108+
1. Select **Run command** > **Packages** > **Set-vSANDataInTransitEncryption**.
109+
110+
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+
97122
## Next steps
98123

99124
Now that you learned how to configure VMware vSAN, learn more about:

0 commit comments

Comments
 (0)