Re: [libvirt] [PATCH 7/9] Remove surprises in the semantics of disk-hotadd

2009-09-24 Thread Daniel P. Berrange
On Fri, Sep 18, 2009 at 05:26:14PM +0200, Wolfgang Mauerer wrote: > When a disk is added without an explicitly specified > controller as host, then try to find the first available > controller. If none exists, do not (as in previous versions) > add a new PCI controller device with the disk attached

[libvirt] [PATCH 7/9] Remove surprises in the semantics of disk-hotadd

2009-09-18 Thread Wolfgang Mauerer
When a disk is added without an explicitly specified controller as host, then try to find the first available controller. If none exists, do not (as in previous versions) add a new PCI controller device with the disk attached, but bail out with an error. Notice that this patch changes the behaviour