From owner-freebsd-current@FreeBSD.ORG Mon Nov 24 11:33:44 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 799331065672 for ; Mon, 24 Nov 2008 11:33:44 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (chello087206045082.chello.pl [87.206.45.82]) by mx1.freebsd.org (Postfix) with ESMTP id BF8858FC2F for ; Mon, 24 Nov 2008 11:33:43 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 6AC66456AB; Mon, 24 Nov 2008 12:11:27 +0100 (CET) Received: from localhost (pjdwl.wheel.pl [10.0.1.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 6EEE445685; Mon, 24 Nov 2008 12:11:22 +0100 (CET) Date: Mon, 24 Nov 2008 12:11:25 +0100 From: Pawel Jakub Dawidek To: Giorgos Keramidas Message-ID: <20081124111125.GE3056@garage.freebsd.pl> References: <20081123204141.25414fy2r5tofx8g@webmail.leidinger.net> <5127CA7792252ECCC495CB5A@[10.255.253.2]> <20081123215022.77989qtqgijg8zkg@webmail.leidinger.net> <20081124075732.2457130f6g6nwehc@webmail.leidinger.net> <878wr9pfvb.fsf@kobe.laptop> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PGNNI9BzQDUtgA2J" Content-Disposition: inline In-Reply-To: <878wr9pfvb.fsf@kobe.laptop> User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 8.0-CURRENT i386 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: Alexander Leidinger , Goran Lowkrantz , current@freebsd.org Subject: Re: UPDATING entry needed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2008 11:33:44 -0000 --PGNNI9BzQDUtgA2J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 24, 2008 at 12:39:36PM +0200, Giorgos Keramidas wrote: > On Mon, 24 Nov 2008 07:57:32 +0100, Alexander Leidinger wrote: > > Quoting Goran Lowkrantz (from Sun, 23 Nov 2008 > > 22:05:09 +0100): > >> With the old userland, I got error "internal error: out of memory" > >> with "zfs ..." and "zpool ..." but not "mount -t zfs ...". After > >> installworld, no problems at all. > > > > Thanks for confirmation. > > > > Pawel, what about an UPDATING entry which describes a working upgrade > > path for those which have ZFS for critical parts of the directory tree? > > > > Maybe something like running the following before installing the new > > kernel and using it after installing the new kernel between booting to > > single-user mode and installworld: > > > > zfs list | grep -v NAME| awk '{print "mount -t zfs", $1, $5}' >=20 > FWIW, this can be also written as: >=20 > zfs list -H | awk '{print "mount -t zfs", $1, $5}' >=20 > With the -H option "zfs list" does not display a header. The old 'zfs list' output also includes snapshots. We also want to skip file system with mountpoint set to legacy or none: zfs list -H -t filesystem | egrep -v '(legacy|none)$' --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --PGNNI9BzQDUtgA2J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFJKovdForvXbEpPzQRAobRAKC1oX7yOyUO4ebxp2AfhZBAeO3T7QCg7I6J YjEEinH4oEb7kn7J28MVWzs= =sbOx -----END PGP SIGNATURE----- --PGNNI9BzQDUtgA2J--