Remove requirement for one storage device for a vm. Diskless VMs seem to work fine with this change. Signed-off-by: Ian Main <imain at redhat.com> -------------- next part -------------- A non-text attachment was scrubbed... Name: diskless_vm.patch Type: text/x-patch Size: 677 bytes Desc: not available URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20080604/0661333e/attachment.bin>
Ian Main wrote:> Remove requirement for one storage device for a vm. Diskless VMs > seem to work fine with this change....> - elsif storagedevs.length > 4 > + if storagedevs.length > 4 > errmsg = "Too many storage volumes; maximum is 4"Where is that limit to max 4 storage volumes coming from?