POSSIBLE BUG - VM would not start with more than 4 virtual disks?

Hallo,
I run Cloudmin GPL 1.680 (KVM) on an Ubuntu 12.04 LTS box.
I have created an Ubuntu 12.04 VM that I use as a Samba server.
I added a 5th virtual disk (1 CD and 4 qcow2 HDDs) to the samba server.
With this configuration the VM would not start and System State -> Boot Messages shows the following error:

quote
qemu: too many IDE bus: 2
QEMU waiting for connection on: tcp:127.0.0.1:40010,server
unquote

Is this a bug? It looks like Cloudmin allows you to attach several disk to a guest machine but is then unable to manage them.

Is there a workaround? For example, can I manually change IDE interface to SCSI to overcome what seems to be a limitation with IDE interface?

Thanks

Massimo_512

this is a KVM limit and not a bug, see:

https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/5/html/Virtualization/sect-Virtualization-Virtualization_limitations-KVM_limitations.html

Virtualized IDE devices
KVM is limited to a maximum of four virtualized (emulated) IDE devices per guest.

Thank you very much for your reply.
I have been using other virtualization software and never suffered this issue. I was not aware of such a limitation in KVM.
I will have to fined an alternative solution.
Regards,