CFT for vendor openzfs - week 3 reminder

Matthew Macy mmacy at freebsd.org
Fri Jul 31 20:35:57 UTC 2020


On Thu, Jul 30, 2020 at 6:28 AM Yamagi <lists at yamagi.org> wrote:
>
> On Tue, 28 Jul 2020 18:33:39 -0700
> Matthew Macy <mmacy at 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


More information about the freebsd-fs mailing list