Might old issue (still affecting RHEL 5.1) :-
*********************************************************************************
http://www.opensolaris.org/os/community/xen/docs/linux-dom0/
*********************************************************************************
Solaris domU on RHEL5 / CentOS5
These versions of Linux are based on a very old version of Xen, and need
tweaking to work at all. The simplest fix is to do the following:
cd /usr/lib/python2.4/site-packages/xen/xend/server
vi blkif.pyand make this change:
devid = blkif.blkdev_name_to_number(dev)
-if not devid:
+if devid is None:
raise VmError('Unable to find number for device (%s)' % (dev))finally:
# /etc/init.d/xend restart
View also:-
https://bugzilla.redhat.com/show_bug.cgi?id=253222
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]