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
What performance advantages can be expected when using NVMe on the Ebsv5 and Ebdsv5 VM families in Azure?
44
44
answer: |
45
-
The NVMe enabled on the E48 to E112i sizes in the Ebdsv5 and Ebdsv5 families offer up to 2x higher IOPS and throughput than the SCSI sizes in the same family at no extra cost. For workloads with high IO demands and requiring improved remote storage performance, we recommend trying the new NVMe sizes. Refer to the VM spec page for more information on the benefits of performance.
45
+
The NVMe enabled on the Ebdsv5 and Ebdsv5 sizes offer more than higher IOPS and throughput than the SCSI sizes in the same family at no extra cost. For workloads with high IO demands and requiring improved remote storage performance, we recommend trying the new NVMe sizes. Refer to the VM spec page for more information on the benefits of performance.
46
46
- question: |
47
47
What I/O size is recommended to achieve the published performance?
48
48
answer: |
49
-
To achieve the maximum IOPS (260 K), it's recommended to use a 4-KiB block size. For maximum performance throughput (8 GB/s), you can choose to use one of the following: 64 KiB, 128 KiB, 256 KiBor 1-MiB block size. However, it's important to optimize the I/O size based on the specific requirements of your application and to use the recommended block sizes only as a guideline.
49
+
To achieve the maximum IOPS, it's recommended to use 4 KiB or 8 KiB block size. For maximum performance throughput, you can choose to use one of the following: 64 KiB, 128 KiB, 256 KiB, 512 KiB or 1024 KiB block size. However, it's important to optimize the I/O size based on the specific requirements of your application and to use the recommended block sizes only as a guideline.
50
50
- question: |
51
51
What workloads benefit with NVMe on Ebsv5 family?
52
52
answer: |
@@ -61,7 +61,7 @@ sections:
61
61
- question: |
62
62
What platforms and generations support NVMe VMs?
63
63
answer: |
64
-
NVMe VMs are only accessible on the platform with the 3rd Generation Intel® Xeon® Platinum 8370C (Ice Lake) processor. However, support for more platforms and generations is coming soon. Stay informed by following our product launch announcements in Azure updates.
64
+
NVMe VMs are only accessible on the platform with the 3rd Generation Intel® Xeon® Platinum 8370C (Ice Lake) processor. However, support for more platforms and generations is coming soon. Stay informed by following our product launch announcements in Azure updates.
65
65
- question: |
66
66
What VM families support NVMe?
67
67
answer: |
@@ -81,78 +81,38 @@ sections:
81
81
- Only Gen2 images are supported.
82
82
- Choose one of the Azure regions where NVMe is enabled.
83
83
By meeting the five conditions, you'll be able to enable NVMe on the supported VM family in no time. Follow the above conditions while creating and resizing a VM with NVMe to ensure successful launch of feature.
84
+
- question: |
85
+
How can I check if a given image is tagged as NVMe?
86
+
answer: |
87
+
To check if a given image is tagged as NVMe, use the following command:
88
+
```
89
+
az vm image show --urn URN_OF_IMAGE
90
+
```
91
+
- question: |
92
+
How do I use a base image that supports NVMe and create a custom image for my remote disk?
93
+
answer: |
94
+
Let's say you want to tag an image that supports NVMe, but it wasn't tagged yet. Follow these four steps:
95
+
1. Upload NVMe supported VHD to your storage account. [AzCopy](https://docs.microsoft.com/azure/storage/common/storage-use-azcopy-v10) is a fast way, but you can also use Azure portal to upload.
96
+
```
97
+
azcopy copy <local path to your vhd> <container in your storage account>
98
+
```
99
+
2. [Create your image gallery](https://docs.microsoft.com/azure/virtual-machines/create-gallery) using PowerShell, Azure portal, or CLI.
100
+
3. Create the [image definition](https://docs.microsoft.com/azure/virtual-machines/image-version), make sure to include `--feature DiskControllerTypes=SCSI,NVMe`. See the following CLI example:
4. Create the [image version](https://docs.microsoft.com/azure/virtual-machines/image-version) under the NVMe-tagged gallery with the NVMe-supported VHD. See the following CLI example:
How can I resize a SCSI Ebsv5 or Ebdsv5 VM (E.g 8 vCPU) created using untagged image to a NVMe-enabled VM of the different size(E112i) without recreating the VM configurations and without tagging the image?
86
110
answer: |
87
-
- The source VM e.g. E8bsv5 in this case, should use a NVMe none tagged OS image that supports NVMe
88
-
- Ensure to set the destination *discontrollertype* of the VM as NVMe also in E112i VMs. Use the following PowerShell script to do so:
- The source VM e.g. E8bsv5 in this case, should use a NVMe none tagged OS image that supports NVMe
112
+
- Ensure to set the destination *discontrollertype* of the VM as NVMe also in E112i VMs. Use the following PowerShell script to set the disk controller type:
What happens if the OS I use isn't tagged as NVMe support?
170
130
answer: |
171
-
To launch VMs with an NVMe interface in the Ebsv5 or Ebdsv5 VM families, it's essential to choose one of the supported OS images tagged as NVMe. If your current OS image is not supported for NVMe, you'll see an error message that reads: “The selected image isn't supported for NVMe. See supported VM images”.
131
+
To launch VMs with an NVMe interface in the Ebsv5 or Ebdsv5 VM families, it's essential to choose one of the supported OS images tagged as NVMe. If your current OS image isn't supported for NVMe, you'll see an error message that reads: “The selected image isn't supported for NVMe. See supported VM images”.
172
132
173
133
:::image type="content" source="./media/enable-nvme/nvme-faq-2.png" alt-text="Screenshot of example of choosing one of the supported OS images on NVMe":::
174
134
- question: |
@@ -178,7 +138,7 @@ sections:
178
138
- question: |
179
139
What are the implications of using a Gen 1 image in Azure?
180
140
answer: |
181
-
Using a Gen 2 image is a pre-requisite to enable NVMe interface on the Ebsv5 or Ebdsv5 VM series. If you use a Gen 1 VM image, you'll receive an error message that reads:” The selected image isn't supported for NVMe. See supported VM images”.
141
+
Using a Gen 2 image is a prerequisite to enable NVMe interface on the Ebsv5 or Ebdsv5 VM series. If you use a Gen 1 VM image, you'll receive an error message that reads:” The selected image isn't supported for NVMe. See supported VM images”.
182
142
183
143
:::image type="content" source="./media/enable-nvme/nvme-faq-3.png" alt-text="Screenshot of example of choosing one of the supported OS images on NVMe interface for Gen 2.":::
184
144
- question: |
@@ -211,10 +171,6 @@ sections:
211
171
Which Azure disk storage options are compatible with NVMe?
212
172
answer: |
213
173
NVMe sizes can be combined with Premium SSD v1, Premium SSD v2, and Ultra disks. For additional information on Azure disk offerings, refer to [Azure Managed disks](/azure/virtual-machines/disks-types).
214
-
- question: |
215
-
What regions will NVMe sizes be available?
216
-
answer: |
217
-
NVMe is available only in the following 13 Azure regions: US North Southeast Asia, West Europe, Australia East, North Europe, West US 3, UK South, Sweden Central, East US, Central US, West US 2, East US 2, South central US, and more regions will be available by CY Q4 2023. Watch out for our product launch announcements in the Azure updates.
218
174
- question: |
219
175
I have a SCSI Ebsv5 VM. How do I switch to NVMe of the same VM size?
220
176
answer: |
@@ -245,7 +201,7 @@ sections:
245
201
answer: |
246
202
Launch PowerShell and use the following command: `wmic diskdrive get model,scsilogicalunit`
247
203
248
-
:::image type="content" source="./media/enable-nvme/nvme-faq-7.png" alt-text="Screenshot of an example of Powershell command example to launch NVMe on Windows.":::
204
+
:::image type="content" source="./media/enable-nvme/nvme-faq-7.png" alt-text="Screenshot of an example of PowerShell command example to launch NVMe on Windows.":::
249
205
250
206
The ASAP attached disks are presented in the guest with model string “Virtual_Disk NVME Premium” and the SCSI Logical Unit will have value portal visible LUN ID incremented by 1.
251
207
Here's a snapshot of how NVMe disks will be seen in NVMe enabled Windows VM:
@@ -264,61 +220,30 @@ sections:
264
220
- question: |
265
221
How can I try before purchasing this VM series? Is preview still available?
266
222
answer: |
267
-
The preview period for this offer has ended, and it is now generally available for purchase. You can request a quota for one of the available Azure regions to try out the new NVMe Ebsv5 or Ebdsv5 sizes. Refer to the list of regions in [FAQ](#what-regions-will-nvme-sizes-be-available----).
223
+
The preview period for this offer has ended, and it's now generally available for purchase. You can request a quota for one of the available Azure regions to try out the new NVMe Ebsv5 or Ebdsv5 sizes.
268
224
- name: Known Issues
269
225
questions:
270
226
- question: |
271
227
What happens if I create an E112i VM using an OS image that isn't tagged as NVMe?
272
228
answer: |
273
229
An NVMe E112i VM can only be created using an image (PIR & [Azure Compute Gallery](/azure/virtual-machines/shared-image-galleries?tabs=azure-cli)) that has been tagged as NVMe. If an untagged image is used, a SCSI VM is created, and the VM may not perform as intended. There's a solution in development to prevent the creation of an NVMe VM from a non-tagged NVMe image. Make sure to follow all instructions listed in [FAQ]((#how-do-i-enable-nvme-on-a-vm-family--).
274
230
- question: |
275
-
How can I resize a SCSI Ebsv5 or Ebdsv5 VM (E.g. 48 vCPU) to an NVMe-enabled VM of the different size(E112i) without re-creating the VM configurations?
231
+
How can I resize a SCSI Ebsv5 or Ebdsv5 VM (E.g. 48 vCPU) to an NVMe-enabled VM of the different size(E112i) without re-creating the VM configurations?
276
232
answer: |
277
233
Let’s say you want to resize a E48 vCPU SCSI VM to E112i NVMe, use the PowerShell script below.
278
234
- The source VM e.g. E48bsv5 in this case should use a NVMe tagged OS image
279
-
- Ensure to set the destination **diskcontrollertype** of the VM as NVMe also in E112i VMs
280
-
235
+
- Ensure to set the destination **diskcontrollertype** of the VM as NVMe also in E112i VMs
281
236
```
282
-
$resource_group_name = 'your-resource-group-name'
283
-
284
-
$vm_name = 'your-vm-name'
285
-
286
-
$disk_controller_change_to = 'NVMe'
287
-
288
-
$vm_size_change_to = 'Standard_E112ibds_v5'
289
-
290
-
#deallocate the vm
291
-
292
-
az vm deallocate --resource-group $resource_group_name --name $vm_name
Can I convert a SCSI Ebv5 or Ebdsv5 VM to NVMe enabled while retaining same VM vCPU size with a NVMe tagged OS image?
316
241
answer: |
317
242
Now, this scenario is only supported by Linux operating systems and isn't supported in Windows operating systems. Support for this functionality in Windows OS is anticipated to be added soon.
318
243
- question: |
319
244
Are shared disks in remote disks supported with NVMe VMs?
320
245
answer: |
321
-
Shared disk feature is currently not supported. However, it's expected to be available on Premium SSD/Premium SSD v2/Ultra disks.
246
+
Shared disk feature is currently supported for all disks Premium SSD, Premium SSD v2, and Ultra.
0 commit comments