UPDATING entry needed

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Nov 24 03:33:44 PST 2008


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 at Leidinger.net> wrote:
> > Quoting Goran Lowkrantz <glz at 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}'
> 
> FWIW, this can be also written as:
> 
>     zfs list -H | awk '{print "mount -t zfs", $1, $5}'
> 
> 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)$'

-- 
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd at FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20081124/75526f15/attachment.pgp


More information about the freebsd-current mailing list