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/virtual-machines/disks-shared.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn about sharing Azure managed disks across multiple Linux VMs.
4
4
author: roygara
5
5
ms.service: azure-disk-storage
6
6
ms.topic: conceptual
7
-
ms.date: 07/12/2023
7
+
ms.date: 02/20/2024
8
8
ms.author: rogarana
9
9
---
10
10
@@ -130,16 +130,16 @@ The following formulas explain how the performance attributes can be set, since
130
130
- DiskIOPSReadWrite (Read/write disk IOPS):
131
131
- Has a baseline minimum IOPS of 100, for disks 100 GiB and smaller.
132
132
- For disks larger than 100 GiB, the baseline minimum IOPS you can set increases by 1 per GiB. So the lowest you can set DiskIOPSReadWrite for a 101 GiB disk is 101 IOPS.
133
-
- The maximum you can set this attribute is determined by the size of your disk, the formula is 300 * GiB, up to a maximum of 160,000.
133
+
- The maximum you can set this attribute is determined by the size of your disk, the formula is 300 * GiB, up to a maximum of 400,000.
134
134
- DiskMB/sReadWrite (Read/write disk throughput)
135
135
- The minimum throughput (MB/s) of this attribute is determined by your IOPS, the formula is 4 KiB per second per IOPS. So if you had 101 IOPS, the minimum MB/s you can set is 1.
136
-
- The maximum you can set this attribute is determined by the amount of IOPS you set, the formula is 256 KiB per second per IOPS, up to a maximum of 4,000 MB/s.
136
+
- The maximum you can set this attribute is determined by the amount of IOPS you set, the formula is 256 KiB per second per IOPS, up to a maximum of 10,000 MB/s.
137
137
- DiskIOPSReadOnly (Read-only disk IOPS)
138
138
- The minimum baseline IOPS for this attribute is 100. For DiskIOPSReadOnly, the baseline doesn't increase with disk size.
139
-
- The maximum you can set this attribute is determined by the size of your disk, the formula is 300 * GiB, up to a maximum of 160,000.
139
+
- The maximum you can set this attribute is determined by the size of your disk, the formula is 300 * GiB, up to a maximum of 400,000.
140
140
- DiskMB/sReadOnly (Read-only disk throughput)
141
141
- The minimum throughput (MB/s) for this attribute is 1. For DiskMB/sReadOnly, the baseline doesn't increase with IOPS.
142
-
- The maximum you can set this attribute is determined by the amount of IOPS you set, the formula is 256 KiB per second per IOPS, up to a maximum of 4,000 MB/s.
142
+
- The maximum you can set this attribute is determined by the amount of IOPS you set, the formula is 256 KiB per second per IOPS, up to a maximum of 10,000 MB/s.
Copy file name to clipboardExpand all lines: articles/virtual-machines/disks-types.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Select a disk type for Azure IaaS VMs - managed disks
3
3
description: Learn about the available Azure disk types for virtual machines, including ultra disks, Premium SSDs v2, Premium SSDs, standard SSDs, and Standard HDDs.
4
4
author: roygara
5
5
ms.author: rogarana
6
-
ms.date: 02/07/2024
6
+
ms.date: 02/20/2024
7
7
ms.topic: conceptual
8
8
ms.service: azure-disk-storage
9
9
ms.custom: references_regions
@@ -30,8 +30,8 @@ The following table provides a comparison of the five disk types to help you dec
30
30
|**Disk type**| SSD | SSD |SSD | SSD | HDD |
31
31
|**Scenario**| IO-intensive workloads such as [SAP HANA](workloads/sap/hana-vm-operations-storage.md), top tier databases (for example, SQL, Oracle), and other transaction-heavy workloads. | Production and performance-sensitive workloads that consistently require low latency and high IOPS and throughput | Production and performance sensitive workloads | Web servers, lightly used enterprise applications and dev/test | Backup, non-critical, infrequent access |
|**Usable as OS Disk?**| No | No | Yes | Yes | Yes |
36
36
37
37
\* Only applies to disks with performance plus (preview) enabled.
@@ -60,29 +60,27 @@ The following table provides a comparison of disk sizes and performance caps to
60
60
|8 |2,400 |600 |
61
61
|16 |4,800 |1,200 |
62
62
|32 |9,600 |2,400 |
63
-
|64 |19,200 |4,000|
64
-
|128 |38,400 |4,000|
65
-
|256 |76,800 |4,000 |
66
-
|512 |153,600 |4,000 |
67
-
|1,024-65,536 (sizes in this range increasing in increments of 1 TiB) |160,000 |4,000 |
63
+
|64 |19,200 |4,900|
64
+
|128 |38,400 |9,800|
65
+
|256 |76,800 |10,000 |
66
+
|512 |153,600 |10,000 |
67
+
|1,024-65,536 (sizes in this range increasing in increments of 1 TiB) |400,000 |10,000 |
68
68
69
69
### Ultra disk performance
70
70
71
71
Ultra disks are designed to provide low sub millisecond latencies and provisioned IOPS and throughput 99.99% of the time. Ultra disks also feature a flexible performance configuration model that allows you to independently configure IOPS and throughput, before and after you provision the disk. Ultra disks come in several fixed sizes, ranging from 4 GiB up to 64 TiB.
72
72
73
73
### Ultra disk IOPS
74
74
75
-
Ultra disks support IOPS limits of 300 IOPS/GiB, up to a maximum of 160,000 IOPS per disk. To achieve the target IOPS for the disk, ensure that the selected disk IOPS are less than the VM IOPS limit.
76
-
77
-
The current maximum limit for IOPS for a single VM in generally available sizes is 80,000. Ultra disks with greater IOPS can be used as shared disks to support multiple VMs.
75
+
Ultra disks support IOPS limits of 300 IOPS/GiB, up to a maximum of 400,000 IOPS per disk. To achieve the target IOPS for the disk, ensure that the selected disk IOPS are less than the VM IOPS limit. Ultra disks with greater IOPS can be used as shared disks to support multiple VMs.
78
76
79
77
The minimum guaranteed IOPS per disk are 1 IOPS/GiB, with an overall baseline minimum of 100 IOPS. For example, if you provisioned a 4-GiB ultra disk, the minimum IOPS for that disk is 100, instead of four.
80
78
81
79
For more information about IOPS, see [Virtual machine and disk performance](disks-performance.md).
82
80
83
81
### Ultra disk throughput
84
82
85
-
The throughput limit of a single ultra disk is 256-kB/s for each provisioned IOPS, up to a maximum of 4000 MB/s per disk (where MB/s = 10^6 Bytes per second). The minimum guaranteed throughput per disk is 4kB/s for each provisioned IOPS, with an overall baseline minimum of 1 MB/s.
83
+
The throughput limit of a single ultra disk is 256-kB/s for each provisioned IOPS, up to a maximum of 10,000 MB/s per disk (where MB/s = 10^6 Bytes per second). The minimum guaranteed throughput per disk is 4kB/s for each provisioned IOPS, with an overall baseline minimum of 1 MB/s.
86
84
87
85
You can adjust ultra disk IOPS and throughput performance at runtime without detaching the disk from the virtual machine. After a performance resize operation has been issued on a disk, it can take up to an hour for the change to take effect. Up to four performance resize operations are permitted during a 24-hour window.
0 commit comments