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-storage-policy.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ ms.service: azure-vmware
6
6
ms.date: 01/08/2025
7
7
ms.custom: engagement-fy23
8
8
9
-
#customer intent: As an Azure service administrator, I want set the VMware vSAN storage policies to determine how storage is allocated to the VM.
9
+
#customer intent: As an Azure service administrator, I want to set VMware vSAN storage policies to determine how storage is allocated to the VM.
10
10
11
11
---
12
12
13
13
# Configure a VMware vSAN storage policy
14
14
15
-
VMware vSAN storage policies define storage requirements for your virtual machines (VMs). These policies guarantee that your VMs have the required level of service because they determine how storage is allocated to the VM. Each VM that you deploy to a vSAN datastore is assigned at least one VM storage policy.
15
+
VMware vSAN storage policies define storage requirements for your virtual machines (VMs). These policies guarantee that your VMs have the required level of service because they determine how storage is allocated to each VM. Every VM that you deploy to a vSAN datastore is assigned at least one VM storage policy.
16
16
17
17
You can assign a VM storage policy during a VM's initial deployment or during other VM operations, such as cloning or migrating. Post-deployment users with the **cloudadmin** or equivalent roles can't change the default storage policy for a VM. However, VM storage policy per disk changes is permitted.
18
18
@@ -31,23 +31,23 @@ In this article learn how to:
31
31
32
32
## Prerequisites for vSAN OSA-based clusters
33
33
34
-
Make sure that the minimum level of hosts are met.
34
+
Make sure that the minimum level of hosts are met, according to the following table:
35
35
36
36
|**RAID configuration**|**Failures to tolerate (FTT)**|**Minimum hosts required**|
:::image type="content" source="media/run-command/run-command-overview-storage-policy.png" alt-text="Screenshot that shows how to access the available storage policy run commands." lightbox="media/run-command/run-command-overview-storage-policy.png":::
65
65
66
-
1. Provide the required values or change the default values, and then select **Run**.
67
-
68
-
:::image type="content" source="media/run-command/run-command-get-storage-policy.png" alt-text="Screenshot that shows how to list available storage policies. ":::
66
+
1. Provide the required values or change the default values according to the following table. Then select **Run**.
69
67
70
68
|**Field**|**Value**|
71
69
| --- | --- |
72
70
|**Retain up to**| Retention period of the cmdlet output. The default value is `60`. |
73
71
|**Specify name for execution**| Alphanumeric name. For example, *Get-StoragePolicies-Exec1*. |
74
72
|**Timeout**| The period after which a cmdlet exits if it's taking too long to finish. |
75
73
74
+
:::image type="content" source="media/run-command/run-command-get-storage-policy.png" alt-text="Screenshot that shows how to list available storage policies. ":::
75
+
76
76
1. Check **Notifications** to see the progress.
77
77
78
78
## Set storage policy on VM
@@ -84,7 +84,7 @@ Run the `Set-VMStoragePolicy` cmdlet to modify vSAN-based storage policies on a
1. Provide the required values or change the default values, and then select **Run**.
87
+
1. Provide the required values or change the default values according to the following table. Then select **Run**.
88
88
89
89
|**Field**|**Value**|
90
90
| --- | --- |
@@ -98,14 +98,14 @@ Run the `Set-VMStoragePolicy` cmdlet to modify vSAN-based storage policies on a
98
98
99
99
## Set storage policy on all VMs in a location
100
100
101
-
Run the `Set-LocationStoragePolicy` cmdlet to modify vSAN-based storage policies on all VMs in a location in which a location is the name of a cluster, resource pool, or folder. For example, if you have 3 VMs in *Cluster-3*, supplying *Cluster-3* would change the storage policy on all three VMs.
101
+
Run the `Set-LocationStoragePolicy` cmdlet to modify vSAN-based storage policies on all VMs in a location in which a location is the name of a cluster, resource pool, or folder. For example, if you have three VMs in *Cluster-3*, supplying *Cluster-3* would change the storage policy on all three VMs.
102
102
103
103
> [!NOTE]
104
104
> You can't use the vSphere client to change the default storage policy or any existing storage policies for a VM.
0 commit comments