unsupported driver name ‘file’ for disk ‘hdc’

virsh add iso image like this:

virsh edit some_vm

<disk type='file' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <source file='/var/lib/libvirt/images/systemrescuecd-6.0.2.iso'/>
      <target dev='hdc' bus='ide'/>
      <readonly/>
      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk>

Leave a Reply

Your email address will not be published. Required fields are marked *