From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Limpach Subject: Re: [Xen-tools] Re: [PATCH] Make xend reject duplicates and rename zombies Date: Fri, 16 Sep 2005 23:19:47 +0100 Message-ID: <3d8eece205091615192d4f2c6e@mail.gmail.com> References: <87br2uz5yj.fsf@us.ibm.com> <4329C366.2070006@us.ibm.com> <3d8eece205091612523cf7b900@mail.gmail.com> <432B3B13.4070705@us.ibm.com> <3d8eece2050916144823f8c859@mail.gmail.com> <432B3E06.4090108@us.ibm.com> Reply-To: Christian.Limpach@cl.cam.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <432B3E06.4090108@us.ibm.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Anthony Liguori Cc: Xen Tools Developers , Dan Smith , Xen Developers List-Id: xen-devel@lists.xenproject.org On 9/16/05, Anthony Liguori wrote: > I'm thinking specifically about block devices. While the domain may > have died, there may be requests in the block devices queues that have > not been flushed to disk yet. This is what would lead to problems.. sure, but the logic which prevents you from using the same block device multiple times should kick in at this point -- granted, that code's a bit broken right now... christian