Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2020 13:35:44 -0700
From:      Matthew Macy <mmacy@freebsd.org>
To:        Yamagi <lists@yamagi.org>
Cc:        freebsd-fs <freebsd-fs@freebsd.org>
Subject:   Re: CFT for vendor openzfs - week 3 reminder
Message-ID:  <CAPrugNpBC22JNsPKO2ZhTunkn6Dz00Mbz67BS9Xi2arTL16AOw@mail.gmail.com>
In-Reply-To: <20200730152825.c246a854a1763883b2f165d4@yamagi.org>
References:  <CAPrugNrT0%2Bm%2BQ4iE=1i00F0pfjNKEC_ht-AuDjqZw7E0BTKhOg@mail.gmail.com> <20200727154651.37a7c23e711da9218cee61dd@yamagi.org> <CAPrugNrfH=zCowMnoF14%2BymTyEXHtqqxc7j4ssWGSvjR2tmWhA@mail.gmail.com> <20200730152825.c246a854a1763883b2f165d4@yamagi.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 30, 2020 at 6:28 AM Yamagi <lists@yamagi.org> wrote:
>
> On Tue, 28 Jul 2020 18:33:39 -0700
> Matthew Macy <mmacy@freebsd.org> wrote:
>
> > > % zfs create system/data/test
> > > % jls
> > >    JID  IP Address      Hostname             Path
> > >      1  10.42.11.5      portaldb-test.XXX.de /data/jails/portaldb-test
> > > % zfs jail 1 system/data/test
> > > internal error: Inappropriate ioctl for device
> > > zsh: abort (core dumped)  zfs jail 1 system/data/test
> > >
> >
> > My guess is that this is the same problem I was seeing with the
> > DTRACEIOC_PROVIDER ioctl that was causing dtrace to fail. I had
> > defined zoneid_t to be 8 bytes in openzfs  - but it was defined as 4
> > bytes in userland which was causing the switch statement to fall
> > through. I fixed this on Tuesday or Wednesday last week.
> >
> > If it's still an issue I will fix.
>
> Hi,
> I just gave it a try. I'm still hitting the error with both branches
> rebuild this morning. FreeBSD is at 3d833be and OpenZFS is at
> f10f94a. It looks like there's still something missing.

I'll rebase the OpenZFS projects/openzfs_vendor when the fix is merged:
https://github.com/openzfs/zfs/pull/10658

Cheers.
-M



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