[Ovirt-devel] [PATCH] Allow diskless vms

Chris Lalancette clalance at redhat.com
Thu Jun 5 10:56:43 UTC 2008


Alan Pevec wrote:
> 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"

The limit is because we are currently only using IDE drives for our guests.
Once we get a little smarter and have support for IDE, SCSI, and virtio in the
guest, that limit will be increased or removed.

Chris Lalancette




More information about the ovirt-devel mailing list