From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Limpach Subject: HEADS UP: updated /etc/xen/scripts block-* scripts Date: Mon, 12 Sep 2005 21:17:17 +0100 Message-ID: <3d8eece205091213175e154568@mail.gmail.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: 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: xen-devel@lists.xensource.com, xen-users@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Folks, if you update past revision e9d01c5dc7b4d6b7cda9ade0d137ddb89bb204cc[1], please make sure you install the updated /etc/xen/scripts/block-* scripts as otherwise block device setup will fail. The updated /etc/hotplug/xen-backend.agent script should get re-installed by default since it gets installed unconditionally. christian [1] changeset: 6742:e9d01c5dc7b4d6b7cda9ade0d137ddb89bb204cc manifest: 6737:413caf20dce08d0b3282400300ae6f346d588029 user: cl349@firebug.cl.cam.ac.uk date: Mon Sep 12 20:49:03 2005 files: tools/examples/Makefile tools/examples/block-enbd tools/examples/block-file tools/examples/block-phy tools/examples/xen-backend.agent tools/python/xen/xend/XendDomainInfo.py description: Move block device bind/unbind into hotplug scripts. Fixes file: devices since unbind now runs after the backend driver closes the loopback device. Also moves name -> node translation into the backend domain. Signed-off-by: Christian Limpach