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
1. Provide the required values or change the default values, and then select **Run**.
46
+
1. Provide the required values or change the default values according to the following table. Then select **Run**.
47
47
48
48
|**Field**|**Value**|
49
49
| --- | --- |
50
50
|**Name**| The cluster name as defined in vCenter Server. Comma delimit to target only certain clusters. (Blank targets all clusters.) |
51
-
|**Enable**|True or false. |
51
+
|**Enable**|`true` or `false`. |
52
52
|**Retain up to**| Retention period of the cmdlet output. The default value is `60`. |
53
53
|**Specify name for execution**| Alphanumeric name. For example, *Disable vSAN TRIMUNMAP*. |
54
54
|**Timeout**| The period after which a cmdlet exits if it's taking too long to finish. |
55
55
56
56
1. Check **Notifications** to see the progress.
57
57
58
-
After vSAN TRIM/UNMAP is Enabled, the following lists additional requirements for it to function as intended. Once enabled, there are several prerequisites that must be met for TRIM/UNMAP to successfully reclaim no longer used capacity.
58
+
After vSAN TRIM/UNMAP is enabled, you must meet certain prerequisites in order for the command to function as intended and successfully reclaim unused capacity. The VM-level prerequisites are:
59
59
60
-
- Prerequisites - VM Level
61
60
- Virtual machine hardware version 11 or later for Windows.
62
61
- Virtual machine hardware version 13 or later for Linux.
63
-
-`disk.scsiUnmapAllowed` flag isn't set to `false`. The default is implied `true`. This setting can be used as a *stop switch* at the virtual machine level. You can use this setting if you want to disable this behavior on a per-VM basis and don't want to use in-guest configuration to disable this behavior. VMX file changes require a reboot to take effect.
62
+
-The `disk.scsiUnmapAllowed` flag isn't set to `false`. The default is implied `true`. This setting can be used as a *stop switch* at the virtual machine level. You can use this setting if you want to disable this behavior on a per-VM basis and don't want to use in-guest configuration to disable this behavior. VMX file changes require a reboot to take effect.
64
63
- The guest operating system must be able to identify the virtual disk as *thin*.
65
64
- After you enable a VM at a cluster level, it must be powered off, and then powered back on (a reboot is insufficient).
66
65
67
-
For more information about reclaiming space for Windows and Linux systems for TRIM/UNMAP to execute, see the following VMware articles:
66
+
For more information about how to reclaim space for Windows and Linux systems for TRIM/UNMAP to execute, see the following VMware articles:
68
67
-[How to reclaim disk space](https://knowledge.broadcom.com/external/article/340005/reclaiming-disk-space-from-thin-provisio.html)
69
68
-[Learn the procedure to enable TRIM/UNMAP](https://knowledge.broadcom.com/external/article/326595/procedure-to-enable-trimunmap.html)
70
69
71
70
## Set VMware vSAN space efficiency
72
71
73
72
To set your preferred space efficiency model, run the `Set-vSANCompressDedupe` cmdlet.
74
73
75
-
> [!NOTE]
76
-
> Changing this setting causes a vSAN resync and performance degradation while disks are reformatting.
77
-
> Assure that you have enough available space when you change to the new configuration. We recommend that you have at least 25% available space.
74
+
> [!NOTE]
75
+
> Changing this setting causes a vSAN resync and performance degradation while disks are reformatting.
76
+
> Assure that you have enough available space when you change to the new configuration. We recommend that you have at least 25% available space.
78
77
79
78
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**.
82
+
1. Provide the required values or change the default values according to the following table. Then select **Run**.
84
83
85
84
|**Field**|**Value**|
86
85
| --- | --- |
87
-
|**Compression**|True or false. |
88
-
|**Deduplication**|True or false. (When you enable deduplication, you enable both deduplication and compression.) |
86
+
|**Compression**|`true` or `false`. |
87
+
|**Deduplication**|`true` or `false`. (When you enable deduplication, you enable both deduplication and compression.) |
89
88
|**ClustersToChange**| The cluster name as defined in vCenter Server. Comma delimit to target multiple clusters. |
90
89
|**Retain up to**| Retention period of the cmdlet output. The default value is `60`. |
91
90
|**Specify name for execution**| Alphanumeric name. For example, *set cluster-1 to compress only*. |
92
91
|**Timeout**| The period after which a cmdlet exits if taking too long to finish. |
93
92
94
93
Learn more about the `Set-vSANCompressDedupe` cmdlet:
95
94
96
-
- When you set `Compression` to `False` and `Deduplication` to `True`, vSAN is set to `Deduplication` and `Compression`.
97
-
- When you set `Compression` to `False` and `Deduplication` to `False`, all space efficiency is disabled.
95
+
- When you set `Compression` to `false` and `Deduplication` to `true`, vSAN is set to `Deduplication` and `Compression`.
96
+
- When you set `Compression` to `false` and `Deduplication` to `false`, all space efficiency is disabled.
98
97
- The default settings for Azure VMware Solution are `Deduplication` and `Compression`.
99
98
- The `Compression` setting provides only slightly better performance.
100
99
- When you disable both the `Compression` and `Deduplication` settings, you can achieve the greatest performance gains, but at the cost of space efficiency.
@@ -111,20 +110,18 @@ Run the `Set-vSANDataInTransitEncryption` cmdlet to enable or disable data-in-tr
1. Provide the required values or change the default values, and then select **Run**.
113
+
1. Provide the required values or change the default values according to the following table. Then select **Run**.
115
114
116
115
|**Field**|**Value**|
117
116
| --- | --- |
118
117
|**ClusterName**| Name of the cluster. Leave blank if you're required to enable for the whole SDDC. Otherwise, enter a comma-separated list of names. |
119
-
| **Enable** | Specify `True` or `False` to enable or disable the feature.
118
+
| **Enable** | Specify `true` or `false` to enable or disable the feature.
120
119
121
120
1. Check **Notifications** to see the progress.
122
121
123
122
You can also use the `Get-vSANDataInTransitEncryptionStatus` command to check the current status or check the status after you perform the `Set-vSANDataInTransitEncryptionStatus` operation. This action verifies the cluster's current encryption state.
124
123
125
124
## Related content
126
125
127
-
Now that you know how to configure VMware vSAN, learn more about:
128
-
129
126
-[Configure storage policies for your Azure VMware Solution virtual machines](configure-storage-policy.md)
130
127
-[Set Windows Server Active Directory as an external identity source for VMware vCenter Server](configure-identity-source-vcenter.md)
0 commit comments