GabrielBrascher edited a comment on issue #4883: URL: https://github.com/apache/cloudstack/issues/4883#issuecomment-812556472
@DaanHoogland to give some taste of the draft here follows the first commit https://github.com/PCextreme/cloudstack/commit/c7c3dd3dd9b8869f45c5bd9c17af83d230ac7886 :warning:warning: work-in-progress :slightly_smiling_face: As @wido mentioned, we can check the libvirt/qemu versions via the cloudstack-agent service that is running on the KVM node. Example: ``` if(_hypervisorLibvirtVersion >= 6030000 && _hypervisorQemuVersion >= 5000000) { disk.setIoDriver(DiskDef.IoDriver.IOURING); } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
