Skip to content

Commit 193a976

Browse files
authored
Merge pull request #35887 from snarayan-redhat/BZ1882568_hardware_limits
BZ1882568: Added OS Disk requirements for installation
2 parents e8141fb + 309d3a9 commit 193a976

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/installation-azure-limits.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ You can [provide an install-config](../overview.md#multiple-invocations) to
6161
[configure](customization.md) the installation program to use specific zones to override the defaults.
6262
////
6363

64+
|OS Disk
65+
|7
66+
|
67+
|VM OS disk must be able to sustain a minimum throughput of 5000 IOPS / 200MBps. This throughput can be provided by having a minimum of 1 TiB Premium SSD (P30). In Azure, disk performance is directly dependent on SSD disk sizes, so to achieve the throughput supported by `Standard_D8s_v3`, or other similar machine types available, and the target of 5000 IOPS, at least a P30 disk is required.
68+
69+
Host caching must be set to `ReadOnly` for low read latency and high read IOPS and throughput. The reads performed from the cache, which is present either in the VM memory or in the local SSD disk, are much faster than the reads from the data disk, which is in the blob storage.
70+
6471
|VNet
6572
| 1
6673
| 1000 per region

0 commit comments

Comments
 (0)