WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Partitioning setup error during CentOS 5.2 setup as guest

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Partitioning setup error during CentOS 5.2 setup as guest
From: Admin Admin <qmt9z3@xxxxxxxxx>
Date: Wed, 30 Jul 2008 18:14:27 -0700 (PDT)
Delivery-date: Wed, 30 Jul 2008 18:15:07 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=zSNJ3Muo+HS4gbkks7VchMSVlbbwaNGONSVYh5bTOGXelYfh2+YU8aV5Z9HGcT+kdi6f9eY3qSkTB0nKmKpFBW4F2VTmugK+q3gfA2pfjUARHM6yQjWZ2EoZFpSFISYUW1ZGDUt/k/KRSyQDL66OcG43weszXKk69PthVVpb0Gc=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

I am attempting a CentOS 5.2 guest install on Ubuntu
hardy. I have lvm based partitions which are 
configured properly using: xen-create-image

When I tried to create domain ( xm create okraU1.cfg
-c)
and attempted 'Create custom partition' setup during
the install. I get the following error:

==================================================
Traceback (most recent call first):
File "/usr/lib/anaconda/partitions.py", line 804, in
hasGptLabel
disk = diskset.disks[device]
File "/usr/lib/anaconda/partitions.py", line 878, in
sanityCheckAllRequests
elif self.hasGptLabel(diskset, dev):
File "/usr/lib/anaconda/textw/partition_text.py", line
1489, in __call__
(errors, warnings) =
self.partitions.sanityCheckAllRequests(self.diskse t)
File "/usr/lib/anaconda/text.py", line 565, in run
rc = win(self.screen, instance)
File "/usr/bin/anaconda", line 982, in ?
anaconda.intf.run(anaconda)
KeyError: 'xvda'
==================================================

Any suggestions on what could be causing the above
exception.

Thanks


      

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Partitioning setup error during CentOS 5.2 setup as guest, Admin Admin <=