#702317 libvirt-bin: vol-create-from attempts to kvm-img convert from iso to raw but iso is not a format for kvm-img #702317
- Package:
- libvirt-bin
- Source:
- libvirt
- Submitter:
- Daniel Dickinson
- Date:
- 2023-04-17 15:57:16 UTC
- Severity:
- normal
When attempting to vol-create-from an iso on a filesystem pool to a lv on a lvm pool the failed commandline is kvm-img convert -f iso -O raw <path> <path2> but a) kvm-img is deprecated, and b) iso is a kvm-img/qemu-img format. An iso is just a raw image.