Skip to content

Commit c15349b

Browse files
committed
Updating shared disk numbers.
1 parent c2869dc commit c15349b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/virtual-machines/disks-shared.md

Lines changed: 5 additions & 5 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: azure-disk-storage
66
ms.topic: conceptual
7-
ms.date: 07/12/2023
7+
ms.date: 02/20/2024
88
ms.author: rogarana
99
---
1010

@@ -130,16 +130,16 @@ The following formulas explain how the performance attributes can be set, since
130130
- DiskIOPSReadWrite (Read/write disk IOPS):
131131
- Has a baseline minimum IOPS of 100, for disks 100 GiB and smaller.
132132
- 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.
134134
- DiskMB/sReadWrite (Read/write disk throughput)
135135
- 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.
137137
- DiskIOPSReadOnly (Read-only disk IOPS)
138138
- 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.
140140
- DiskMB/sReadOnly (Read-only disk throughput)
141141
- 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.
143143

144144
#### Examples
145145

0 commit comments

Comments
 (0)