loader lszfs command
dteske at FreeBSD.org
dteske at FreeBSD.org
Thu Aug 7 23:42:44 UTC 2014
> -----Original Message-----
> From: Garrett Cooper [mailto:yaneurabeya at gmail.com]
> Sent: Thursday, August 7, 2014 4:29 PM
> To: sbruno at freebsd.org
> Cc: dteske at freebsd.org; freebsd-current
> Subject: Re: loader lszfs command
>
> Hi Devin!
>
> On Thu, Aug 7, 2014 at 4:15 PM, Sean Bruno <sbruno at ignoranthack.me>
> wrote:
> > On Thu, 2014-08-07 at 14:17 -0700, dteske at FreeBSD.org wrote:
> >> Hi,
> >>
> >> People have been pestering me to update the Forth code to present
> >> a menu of ZFS datasets (*cough* boot environments *cough*).
> >>
> >> Would love to, but existing code seems broken.
> >>
> >> Can *anybody* produce meaningful output from the following?
> >>
> >> http://svnweb.freebsd.org/base?view=revision&revision=241284
> >>
> >> All I get on every system I've tried (multiple versions, including HEAD)
> >> produce the following:
> >>
> >> OK lszfs zroot
> >> ZFS: i/o error - all block copies unavailable
> >> operation not permitted
> >>
> >> It's really hard for me to start with something that's broken. Can
> >> I get confirmation that this doesn't appear to be working as intended?
> >> If so, I'll go ahead and try to fix it, but need to confirm that I'm ( a )
> >> not
> >> crazy and ( b ) seeing the same thing everybody else is seeing.
> >
> >
> > Hrm ... this seems to work for me. (fairly recent 11-current)
> >
> > OK lszfs zroot
> > $MOS
> > $FREE
> > $ORIGIN
> > tmp
> > home
> > usr
> > var
> > tftpboot
> > poudriere
> > OK
>
> Is the installed version you have in synch with the kernel and
> zpool version for boot0, gptzfsboot, etc?
Not sure how the kernel factors into all this, but I have a
10.0-RC1 system.
Some info:
devin at scribe10 ~ $ uname -a
FreeBSD scribe10 10.0-RC1 FreeBSD 10.0-RC1 #0 r259068: Sat Dec 7 17:45:20 UTC 2013 root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
devin at scribe10 ~ $ zpool get version
NAME PROPERTY VALUE SOURCE
bootpool version - default
zroot version - default
devin at scribe10 ~ $ zfs get version
NAME PROPERTY VALUE SOURCE
bootpool version 5 -
zroot version 5 -
zroot/ROOT version 5 -
zroot/ROOT/default version 5 -
zroot/ROOT/default at 2014-08-04-19:38:24 version 5 -
zroot/ROOT/test version 5 -
zroot/tmp version 5 -
zroot/usr version 5 -
zroot/usr/home version 5 -
zroot/usr/ports version 5 -
zroot/usr/ports.RELEASE_9_1_0 version 5 -
zroot/var version 5 -
zroot/var/crash version 5 -
zroot/var/log version 5 -
zroot/var/mail version 5 -
zroot/var/tmp version 5 -
Maybe if I update boot0 to a HEAD copy maybe?
Have already tried updating /boot/loader with no change.
--
Devin
More information about the freebsd-current
mailing list