From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH][XEND]Fix checkname so that it detects duplicate domains. Date: Fri, 25 May 2007 10:20:57 +0100 Message-ID: References: <907625E08839C4409CE5768403633E0B02561D27@sefsexmb1.amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <907625E08839C4409CE5768403633E0B02561D27@sefsexmb1.amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Petersson, Mats" , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 24/5/07 10:57, "Petersson, Mats" wrote: > The previous behaviour was to check that the UUID is different, but for > domains that either have UUID in the config file, or that are the result > of restore, the UUID is definitely going to be the same for multiple > instances, so I believe this isn't a correct behaviour in the first > place. If we don't enforce UUID uniqueness, what is the point of having a UUID? Also, don't we store some VM information in /vm/ in xenstore: how does that work out if we have multiple domains with the same UUID? -- Keir