Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2008 12:11:25 +0100
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc:        Alexander Leidinger <Alexander@Leidinger.net>, Goran Lowkrantz <glz@hidden-powers.com>, current@freebsd.org
Subject:   Re: UPDATING entry needed
Message-ID:  <20081124111125.GE3056@garage.freebsd.pl>
In-Reply-To: <878wr9pfvb.fsf@kobe.laptop>
References:  <20081123204141.25414fy2r5tofx8g@webmail.leidinger.net> <5127CA7792252ECCC495CB5A@[10.255.253.2]> <20081123215022.77989qtqgijg8zkg@webmail.leidinger.net> <F5982AE7FDE311D54061AC86@[10.255.253.2]> <20081124075732.2457130f6g6nwehc@webmail.leidinger.net> <878wr9pfvb.fsf@kobe.laptop>

next in thread | previous in thread | raw e-mail | index | archive | help

--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 <Alexander@Leidin=
ger.net> wrote:
> > Quoting Goran Lowkrantz <glz@hidden-powers.com> (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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081124111125.GE3056>