Skip to content

Commit

Permalink
Merge pull request #58441 from cbippley/OCPBUG-5852
Browse files Browse the repository at this point in the history
OCPBUGS#5852 specify control plane machines for the minimums
  • Loading branch information
stevsmit authored Apr 14, 2023
2 parents 4a54944 + a108ec8 commit af4aef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/installation-azure-limits.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ifndef::ash[]
|OS Disk
|7
|
|VM OS disk must be able to sustain a tested and recommended minimum throughput of 5000 IOPS / 200MBps. This throughput can be provided by having a minimum of 1 TiB Premium SSD (P30). In {cp}, 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.
|VM OS disk must be able to sustain a tested and recommended minimum throughput of 5000 IOPS / 200MBps for control plane machines. This throughput can be provided by having a minimum of 1 TiB Premium SSD (P30). In {cp}, 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.

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.
endif::ash[]
Expand Down

0 comments on commit af4aef2

Please sign in to comment.