|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Linux-specific blkif.py change
On Wed, Nov 01, 2006 at 06:03:03PM -0800, Brendan Cully wrote:
> >The immediate problem is that Solaris domU's have "0" for dev for the
> >first disk. So it's presumably matched on the hex re in util/blkif.py,
> >returning 0 and failing this incorrect check. There are other
> >problems:
>
> I don't know about the other stuff, but changing the check to
>
> if devid is None:
>
> should solve your immediate problem, right?
Yes, but only by chance.
regards
john
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|