error: unsupported configuration: unsupported driver name ‘file’ for disk

If you are trying to do this:

virsh # attach-disk DOMAIN /root/some.iso hdc –driver file –type cdrom –mode readonly

Try to do:

virsh # attach-disk DOMAIN /tmp/some.iso hdc –type cdrom –mode readonly

Leave a Reply

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