question

JhonHerrera-9761 avatar image
0 Votes"
JhonHerrera-9761 asked AndreasBaumgarten answered

Capacidad de IOPS disk

Hola, quisiera saber que pasaría si un disco duro tiene una capacidad maxima de 1000 IOPS y el procesamiento sobrepasa esos 1000 IOPS al disco duro que le sucede, la maquina se reiniciaría o dejaría de funcionar el disco??

azure-disk-storage
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

AndreasBaumgarten avatar image
0 Votes"
AndreasBaumgarten answered

Hi @JhonHerrera-9761 ,

IOPS means I/O per second (Input/Output operations per second). It's not a capacity value but a performance measure.
Refer: https://en.wikipedia.org/wiki/IOPS

If the max. IOPS rate of a disk is reached nothing happens to the VM like a restart or shutdown. At max IOPS the disk reads/writes as fast as possible but maybe this operations are delayed because the disk can't process the read/write fast enough.


(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

Regards
Andreas Baumgarten

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.