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
+4-4Lines changed: 4 additions & 4 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: storage
6
6
ms.topic: conceptual
7
-
ms.date: 11/03/2022
7
+
ms.date: 11/07/2022
8
8
ms.author: rogarana
9
9
ms.subservice: disks
10
10
---
@@ -133,14 +133,14 @@ The following formulas explain how the performance attributes can be set, since
133
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
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
135
- DiskMBpsReadWrite
136
-
- The minium throughput (MB/s) of this attribute is determined by your IOPS, the formula is 1+(IOPS/256). So if you had 101 IOPS, the minium MB/s you can set is 1.3.
137
-
- The maximum you can set this attribute is determined by the amount of IOPS you set, the formula is (DisksIOPSReadWrite + DisksIOPSReadOnly)/4, up to a maximum of 4,000.
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
138
- DiskIOPSReadOnly
139
139
- The minimum baseline IOPS for this attribute is 100. For DiskIOPSReadOnly, the baseline doesn't increase with disk size.
140
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
141
- DiskMBpsReadOnly
142
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 (DisksIOPSReadWrite + DisksIOPSReadOnly)/4, up to a maximum of 4,000.
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.
0 commit comments