[virt-tools-list] Using more than four CDROMs with virt-manager

Cole Robinson crobinso at redhat.com
Tue Oct 16 23:59:41 UTC 2012


On 10/04/2012 07:40 PM, Jimmy Crossley wrote:
> Is it possible to create a kvm machine with more than 4 CDROM drives using virt-manager 0.8.4?  If I just run kvm from the command line, I can specify as many SCSI CDROMs as I want.  But virt-manager only creates IDE CDROMs, as far as I can tell.  Could I tweak the XML file to add SCSI CDROMs?  I am using kvm 0.12.5 on Debian GNU/Linux 6.0.6, amd64.

virt-manager doesn't currently support creating SCSI CDROM devices. You can
tweak the XML though, you basically want something like:

    <disk type='block' device='cdrom'>
      <target dev='sda' bus='scsi'/>
    </disk>

- Cole




More information about the virt-tools-list mailing list