Re: [libvirt] [PATCH] Check disk target collision when parsing domain xml

2008-08-22 Thread Richard W.M. Jones
On Thu, Aug 21, 2008 at 11:20:13PM -0400, Cole Robinson wrote: The current domain xml parsing doesn't check if disks are specified with duplicate targets (hda etc.). The attached patch adds a check for this. +1. Rich. -- Richard Jones, Emerging Technologies, Red Hat

Re: [libvirt] [PATCH] Check disk target collision when parsing domain xml

2008-08-22 Thread Daniel P. Berrange
On Thu, Aug 21, 2008 at 11:20:13PM -0400, Cole Robinson wrote: The current domain xml parsing doesn't check if disks are specified with duplicate targets (hda etc.). The attached patch adds a check for this. Thanks, Cole commit 27df1653474738a2ce83c89e7bdb2c4f7327f9b6 Author: Cole

[libvirt] [PATCH] Check disk target collision when parsing domain xml

2008-08-21 Thread Cole Robinson
The current domain xml parsing doesn't check if disks are specified with duplicate targets (hda etc.). The attached patch adds a check for this. Thanks, Cole commit 27df1653474738a2ce83c89e7bdb2c4f7327f9b6 Author: Cole Robinson [EMAIL PROTECTED] Date: Thu Aug 21 14:58:04 2008 -0400 Check