cloudstack-mirror/plugins/hypervisors/kvm
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
..
src KVM: fix LUKS/volume-encryption detection for qemu-img >= 10.1.0 (#13587) 2026-07-13 09:42:40 +02:00
pom.xml Updating pom.xml version numbers for release 4.22.2.0-SNAPSHOT 2026-05-18 17:17:25 +05:30