目录
前言
Cinder 支持 front-end、back-end 和 both 三种类型的存储 QoS,front-end 由 Hypervisor(QEMU)实现(e.g. 通过 Libvirt 设置虚拟机的存储 QoS),back-end 指由后端 Storage Provider(e.g. 物理存储设备)设置的 QoS。back-end QoS 需要 Storage Provider 的支持。常见的存储设备支持 QoS,例如:EMC,最新版的 Ceph Mimic 的 RBD 也已经支持 IOPS 的 QoS。
QoS 项目:
- total_bytes_sec - the total allowed bandwidth for the guest per second
- read_bytes_sec - sequential read limitation
- write_bytes_sec - sequential write limitation
- total_iops_sec - the total allowed IOPS for the guest per second