From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH OSSTEST] ts-debian-install: Stop nbd-server before creating the guest Date: Fri, 24 Jul 2015 14:39:22 +0100 Message-ID: <21938.16394.92398.819950@mariner.uk.xensource.com> References: <1437742549-25453-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1437742549-25453-1-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Ian Campbell writes ("[PATCH OSSTEST] ts-debian-install: Stop nbd-server before creating the guest"): > Like the umount this is useful when running the test/job repeatedly in > development, since it allows the LV to be destroyed. This will cause trouble if the host is shared. This is not a bug right now because the nbd server only runs in a job which is already pretty heavy-handed. But, also, it seems rather action-at-a-distance. ts-debian-install has no other knowledge of nbd. Ian.