Skip to content

Commit a453ec0

Browse files
Merge pull request #217129 from roygara/sharedUltra
Updating shared ultra disk information
2 parents 0ff82fe + 2cf840a commit a453ec0

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

articles/virtual-machines/disks-shared.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about sharing Azure managed disks across multiple Linux VMs.
44
author: roygara
55
ms.service: storage
66
ms.topic: conceptual
7-
ms.date: 10/14/2022
7+
ms.date: 11/07/2022
88
ms.author: rogarana
99
ms.subservice: disks
1010
---
@@ -128,13 +128,19 @@ Ultra disks have the unique capability of allowing you to set your performance b
128128

129129
The following formulas explain how the performance attributes can be set, since they're user modifiable:
130130

131-
- DiskIOPSReadWrite/DiskIOPSReadOnly:
132-
- IOPS limits of 300 IOPS/GiB, up to a maximum of 160 K IOPS per disk
133-
- Minimum of 100 IOPS
134-
- DiskIOPSReadWrite + DiskIOPSReadOnly is at least 2 IOPS/GiB
135-
- DiskMBpsRead Write/DiskMBpsReadOnly:
136-
- The throughput limit of a single disk is 256 KiB/s for each provisioned IOPS, up to a maximum of 2000 MBps per disk
137-
- The minimum guaranteed throughput per disk is 4KiB/s for each provisioned IOPS, with an overall baseline minimum of 1 MBps
131+
- DiskIOPSReadWrite:
132+
- Has a baseline minimum IOPS of 100, for disks 100 GiB and smaller.
133+
- 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.
134+
- 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.
135+
- DiskMBpsReadWrite
136+
- The minium 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 minium MB/s you can set is 1.
137+
- 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.
138+
- DiskIOPSReadOnly
139+
- The minimum baseline IOPS for this attribute is 100. For DiskIOPSReadOnly, the baseline doesn't increase with disk size.
140+
- 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.
141+
- DiskMBpsReadOnly
142+
- The minimum throughput (MB/s) for this attribute is 1. For DiskMBpsReadOnly, the baseline doesn't increase with IOPS.
143+
- 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.
138144

139145
#### Examples
140146

0 commit comments

Comments
 (0)