cloudstack-mirror/plugins/hypervisors
Nikolaus Eppinger 63c142be26
KVM: fix LUKS/volume-encryption detection for qemu-img >= 10.1.0 (#13587)
qemu-img 10.1.0 changed the "qemu-img --help" supported-formats header
from "Supported formats:" to "Supported image formats:". The regex in
QemuImg.helpSupportsImageFormat() only matched the old header, so
hostSupportsVolumeEncryption() returned false on affected hosts even
though cryptsetup and the luks format were both available, blocking
encrypted offerings.

Make the "image" keyword optional in the regex so it matches both the
legacy and current qemu-img help output.
2026-07-13 09:42:40 +02:00
..
baremetal Updating pom.xml version numbers for release 4.22.2.0-SNAPSHOT 2026-05-18 17:17:25 +05:30
external Updating pom.xml version numbers for release 4.22.2.0-SNAPSHOT 2026-05-18 17:17:25 +05:30
hyperv Updating pom.xml version numbers for release 4.22.2.0-SNAPSHOT 2026-05-18 17:17:25 +05:30
kvm KVM: fix LUKS/volume-encryption detection for qemu-img >= 10.1.0 (#13587) 2026-07-13 09:42:40 +02:00
ovm Updating pom.xml version numbers for release 4.22.2.0-SNAPSHOT 2026-05-18 17:17:25 +05:30
ovm3 Updating pom.xml version numbers for release 4.22.2.0-SNAPSHOT 2026-05-18 17:17:25 +05:30
simulator Updating pom.xml version numbers for release 4.22.2.0-SNAPSHOT 2026-05-18 17:17:25 +05:30
ucs Updating pom.xml version numbers for release 4.22.2.0-SNAPSHOT 2026-05-18 17:17:25 +05:30
vmware KVM HA: Fix CheckOnHostAnswer success flag when there is no heartbeat (#13373) 2026-07-06 13:56:04 +02:00
xenserver KVM HA: Fix CheckOnHostAnswer success flag when there is no heartbeat (#13373) 2026-07-06 13:56:04 +02:00