Volume type | Features |
---|---|
standard | Standard Network SSD disk, which provides stable and high random I/O performance, as well as high data reliability (6 IOPS per 1 GiB; 0.4 MB/s per 1 GiB.) The IOPS performance limit is 4,500. The bandwidth limit is 300 MB/s. |
ssd_hiiops | High IOPS SSD High-performance SSD block storage designed for latency-sensitive transactional workloads (60 IOPS per 1 GiB; 2.5 MB/s per 1 GiB.) The IOPS performance limit is 9,000. The bandwidth limit is 500 MB/s. |
ssd_lowlatency | SSD Low Latency SSD block storage, designed for applications that require low-latency storage and real-time data processing. It can achieve IOPS performance of up to 5000, with an average latency of 300 µs. |
csi-sc-cinderplugin-hiiops
: Storage class namessd_hiiops
: Disk type (standard
, ssd_hiiops
, or ssd_lowlatency
)block-pvc
: PVC namecsi-sc-cinderplugin-hiiops
: Name of the created storage class1Gi
: Storage sizemypod
: Pod namemyfrontend
: Container name"/var/www/html"
: Destination inside the pod where to mount the storage classmypd
: Storage class nameblock-pvc
: Created PVC name