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
_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list