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-devel

Re: [Xen-devel] ZFS version for pygrub

To: Mark Johnson <johnson.nh@xxxxxxxxx>
Subject: Re: [Xen-devel] ZFS version for pygrub
From: eXeC001er <execooler@xxxxxxxxx>
Date: Fri, 23 Apr 2010 16:29:03 +0400
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 23 Apr 2010 05:30:08 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=7tqlnBmcAUuj3fHNKPNLxFGZUXmw4CUddi5xXeenPwk=; b=kf8CzoLvF5qCP0fqWlMTAgRvAQ2nr86V+tTdrxxxr0Lba2VSAM0i/ApMhlKnJvk+X8 QBY2u+DEv189WHzx5gCToDF303wP97tRCbFtQXReWBooP/OE2WSRl6iCxTLG99ermsgz Qg4iiM3LaOhcMaRxONDlxdGe1UFgTM3Mtw7Yk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=HyXmf0+vP3u5HP9U+uot0w8i3w6OyPN2J9zn3+/rhfeYPpFgZ9kbAavncE4QkYwK3H AynLMclw3EqHZaomJHWqO5kk9XsKwXTg/W5OpBlqbSSte6pvihpg5rfxStAqJ8QGEvWl rX4h7OR80vVwEty3OyE5wyRJIg83Np1gv7Hqw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <n2v521a4d121004230526zda197c60p7c1cc467e8a97d4a@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <ebc0b6391003191141y67f78ed3v13f37100f779c6eb@xxxxxxxxxxxxxx> <521a4d121003191240o7f12f7b5u176a1f10a073d2f7@xxxxxxxxxxxxxx> <521a4d121003270437v6afaec9eg1afead31b5c64274@xxxxxxxxxxxxxx> <20100327114759.GZ1878@xxxxxxxxxxx> <v2uebc0b6391004071016k716349b2ifb1e3431b1e5b65@xxxxxxxxxxxxxx> <w2sebc0b6391004230518g2db787cbv9f1a49331a6be0f0@xxxxxxxxxxxxxx> <n2v521a4d121004230526zda197c60p7c1cc467e8a97d4a@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx


2010/4/23 Mark Johnson <johnson.nh@xxxxxxxxx>
On Fri, Apr 23, 2010 at 8:18 AM, eXeC001er <execooler@xxxxxxxxx> wrote:
> I use latest revision of xen-unstable, kernel-2.6.32-4 from 'Debian Sid' and
> Debian Squeeze for Dom0.
> I tried to create Opensolaris b132 DomU:
> my config (i use config
> from http://blogs.sun.com/mrj/entry/installing_opensolaris_on):
>>:# cat ns.pv_i
> bootloader = "/usr/bin/pygrub"
> kernel = "/platform/i86xpv/kernel/amd64/unix"
> ramdisk = "/boot/x86.microroot"
> extra = "/platform/i86xpv/kernel/amd64/unix -B console=ttya,livemode=text"
> memory = 512
> name = "OS_PV"
> vif = [ 'mac=00:16:3E:00:00:01', 'mac=00:16:3E:00:00:02' ]
> disk = [ 'file:/opt/ISO/osol-dev-132-x86.iso,6:cdrom,r',
> 'file:/opt/src/OS_PV/ns.img,0,w' ]
> > > > > >
remove the kernel and ramdisk line above. e.g.

 bootloader = "/usr/bin/pygrub"
 extra = "/platform/i86xpv/kernel/amd64/unix -B console=ttya,livemode=text"
 memory = 512 

MRJ
Using config file "./ns.pv_i".
Error: Boot loader didn't return any data! 

>>:# xm create ns.pv_i -c
> Using config file "./ns.pv_i".
> Error: Cannot find kernel "/platform/i86xpv/kernel/amd64/unix"
> The method proposed by Boris Derzhavets works fine.
> (http://bderzhavets.wordpress.com/2010/04/14/zfs-24-support-via-pygrub-fsimage-iso-patch-for-xen-4-0-dom0-pvops-2-6-32-11-on-top-of-f12/).
> p.s:
>>:# pygrub /opt/ISO/osol-dev-132-x86.iso
> linux (kernel /var/run/xend/boot/boot_kernel.GQYAjq)(ramdisk
> /var/run/xend/boot/boot_ramdisk.Q_bPCY)(args
> "/platform/i86xpv/kernel/amd64/unix")
> Thanks.
> 2010/4/7 eXeC001er <execooler@xxxxxxxxx>
>>
>> When this patch will be applied?
>>
>> 2010/3/27 Pasi Kärkkäinen <pasik@xxxxxx>
>>>
>>> On Sat, Mar 27, 2010 at 07:37:03AM -0400, Mark Johnson wrote:
>>> > On Fri, Mar 19, 2010 at 3:40 PM, Mark Johnson <johnson.nh@xxxxxxxxx>
>>> > wrote:
>>> > > On Fri, Mar 19, 2010 at 2:41 PM, eXeC001er <execooler@xxxxxxxxx>
>>> > > wrote:
>>> > >> Hi.
>>> > >> When will be supported ZFS version more than 16 for pygrub?
>>> > >> Current ZFS version is 22.
>>> > >
>>> > > I'm actively working on it  (current version is 24 now BTW).
>>> >
>>> > I pushed the patch to the OpenSolaris xvm-gate.
>>> >
>>> > http://src.opensolaris.org/source/xref/xen-gate/xvm-gate+xen-patches.hg/fsimage-zfs-24
>>> >
>>> > I'll be testing to see if it builds/works on a Linux dom0 next week.
>>> >
>>>
>>> Great! This would be nice for Xen 4.0.0..
>>>
>>> -- Pasi
>>>
>>
>
>

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