From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Lalancette Subject: Re: [PATCH] tools/python: fix TypeError for 17903:0728459b3c8d Date: Mon, 30 Jun 2008 09:31:28 +0200 Message-ID: <48688BD0.2060103@redhat.com> References: <20080630.162855.200336698.kuwa@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20080630.162855.200336698.kuwa@jp.fujitsu.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: KUWAMURA Shin'ya Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org KUWAMURA Shin'ya wrote: > Hi, > > If `hda' is used in a domain config file and domain-0 has /dev/hda, > creating the domain failed by TypeError: > > File "//usr/lib/python/xen/xend/server/blkif.py", line 84, in > getDeviceDetails > (device_path, devid) = blkif.blkdev_name_to_number(dev) > TypeError: unpack non-sequence > Arg. Yes, I had this originally, but somehow dropped it in my patch series. Thanks. Chris Lalancette