Skip to content

Commit e0bd759

Browse files
Merge pull request #294110 from SnehaSudhirG/05Feb-PV2DocUpdates
Updated about PV2 SSD
2 parents 3a1b293 + f6346ee commit e0bd759

File tree

3 files changed

+28
-7
lines changed

3 files changed

+28
-7
lines changed

articles/migrate/concepts-assessment-calculation.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: rajosh
66
ms.manager: abhemraj
77
ms.service: azure-migrate
88
ms.topic: conceptual
9-
ms.date: 09/28/2024
9+
ms.date: 02/05/2025
1010
ms.custom: engagement-fy24
1111
---
1212

@@ -244,6 +244,26 @@ For storage sizing in an Azure VM assessment, Azure Migrate tries to map each di
244244
- If there are multiple eligible disks, assessment selects the disk with the lowest cost.
245245
- If performance data for any disk is unavailable, the configuration disk size is used to find a Standard SSD disk in Azure.
246246

247+
#### Storage sizing in Azure VM Assessment
248+
249+
Azure Migrate maps each disk attached to a server to an Azure disk. The sizing process is as follows:
250+
251+
1. **IOPS and Throughput Calculation**
252+
- The assessment calculates total IOPS and throughput by adding the read and write IOPS and throughput values of each disk.
253+
1. **Import-based assessments**
254+
- You can provide the total IOPS, total throughput, and total number of disks in the imported file without specifying individual disk settings.
255+
- If this option is used, individual disk sizing is skipped and the supplied data is used directly to compute sizing and select an appropriate VM SKU.
256+
1. **Disk selection criteria and recommendations**
257+
- If there is no disk that meets the required IOPS and throughput, the server is marked as unsuitable for Azure.
258+
- If suitable disks are found, the assessment selects disks that support the specified location in the assessment settings.
259+
- Among multiple eligible disks, the assessment selects the disk with the lowest cost.
260+
- If the performance data for any disk is unavailable, the configured disk size is used to find a disk based on your preference.
261+
> [!NOTE]
262+
>- For all the new assessments that are created after **February 3rd, 2025**, and if Premium disks are selected while creating assessments, we recommend using Premium managed disks for your OS disks and Premium V2 SSD (preview) for your data disks.
263+
>- If you don't see Premium V2 SSD (preview) recommendations for data disks, recalculate your assessment and check the assessment settings for Storage type.
264+
>- Currently, the Premium V2 SSD (preview) migration is applicable only for VMware environments even though, the assessments are previewed for all environments.
265+
266+
247267
##### Ultra disk sizing
248268

249269
For Ultra disks, there is a range of IOPS and throughput that is allowed for a particular disk size, and thus the logic used in sizing is different from Standard and Premium disks:

articles/migrate/vmware/migrate-support-matrix-vmware-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: piyushdhore
66
ms.manager: vijain
77
ms.topic: conceptual
88
ms.service: azure-migrate
9-
ms.date: 01/27/2025
9+
ms.date: 02/05/2025
1010
ms.custom: vmware-scenario-422, engagement-fy25
1111
---
1212

@@ -85,7 +85,7 @@ The table summarizes agentless migration requirements for VMware vSphere VMs.
8585
**Teamed NICs** | Not supported.
8686
**IPv6** | Not supported.
8787
**NVMe disks** | Not supported.
88-
**Target disk** | VMs can be migrated only to managed disks (standard HDD, standard SSD, premium SSD) in Azure.
88+
**Target disk** | VMs can be migrated only to managed disks (standard HDD, standard SSD, Premium V2 SSD (preview) for data disks) in Azure.
8989
**Simultaneous replication** | Up to 300 simultaneously replicating VMs per vCenter Server with one appliance. Up to 500 simultaneously replicating VMs per vCenter Server when an additional [scale-out appliance](../how-to-scale-out-for-migration.md) is deployed.
9090
**Automatic installation of Azure VM agent (Windows and Linux Agent)** | Windows: <br/>Supported for Windows Server 2008 R2 onwards. <br/><br/>Linux: <br/>- Red Hat Enterprise Linux 9.x, 8.x, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.0, 6.x<br/>- CentOS Stream<br/>- SUSE Linux Enterprise Server 15 SP6, 15 SP5, 15 SP4, 15 SP3, 15 SP2, 15 SP1, 15 SP0, 12, 11 SP4, 11 SP3<br/>- Ubuntu 22.04, 21.04, 20.04, 19.04, 19.10, 18.04LTS, 16.04LTS, 14.04LTS<br/>- Debian 11, 10, 9, 8, 7<br/>- Oracle Linux 9, 8, 7.7-CI, 7.7, 6<br/>- Kali Linux (2016, 2017, 2018, 2019, 2020, 2021, 2022)<br/>
9191

articles/migrate/vmware/tutorial-migrate-vmware.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: piyushdhore
66
ms.manager: vijain
77
ms.topic: tutorial
88
ms.service: azure-migrate
9-
ms.date: 11/16/2024
9+
ms.date: 02/05/2025
1010
ms.custom: vmware-scenario-422, mvc, engagement-fy24
1111
---
1212

@@ -129,12 +129,13 @@ Enable replication as follows:
129129
> [!NOTE]
130130
> If you want to select a different availability option for a sets of virtual machines, go to step 1 and repeat the steps by selecting different availability options after starting replication for one set of virtual machines.
131131
132-
133-
134-
12. In **Disks**, specify whether the VM disks should be replicated to Azure, and select the disk type (standard SSD/HDD or premium-managed disks) in Azure. Then select **Next**.
132+
12. In **Disks**, indicate whether the VM disks should be replicated to Azure, and specify the disk type (standard SSD/HDD or Premium-managed disks) in Azure. Then select **Next**.
135133

136134
:::image type="content" source="../media/tutorial-migrate-vmware/disks-inline.png" alt-text="Screenshot shows the Disks tab of the Replicate dialog box." lightbox="../media/tutorial-migrate-vmware/disks-expanded.png":::
137135

136+
> [!NOTE]
137+
> To optimize costs and enhance performance, you can now migrate to Premium managed disks for OS disks and Premium V2 SSD (preview) for data disks exclusively on VMware environment.
138+
138139
13. In **Tags**, choose to add tags to your Virtual machines, Disks, and NICs.
139140

140141
:::image type="content" source="../media/tutorial-migrate-vmware/tags-inline.png" alt-text="Screenshot shows the tags tab of the Replicate dialog box." lightbox="../media/tutorial-migrate-vmware/tags-expanded.png":::

0 commit comments

Comments
 (0)