CFT for vendor openzfs - week 3 reminder

Matthew Macy mmacy at freebsd.org
Wed Jul 29 01:33:52 UTC 2020


> % 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.

-M
> Regards,
> Yamagi
>
> 0:
> https://lists.freebsd.org/pipermail/freebsd-fs/2018-August/026612.html
>
> On Mon, 20 Jul 2020 15:56:20 -0700
> Matthew Macy <mmacy at freebsd.org> wrote:
>
> > On Wednesday, July 8th I issued the initial call for testing for the
> > update to HEAD to vendored openzfs. We'd like to give users roughly a
> > month to test before merging. I'm pushing the tentative merge date out
> > by a week to August 17th as I wasn't able to spend any time working on
> > this myself last week.
> >
> > Again, I hope it's not terribly controversial to point out that
> > it really rests with users of non amd64 platforms to test to avoid any
> > unpleasant surprises the next time they update their trees following
> > the merge.
>
> --
> Homepage: https://www.yamagi.org
> Github:   https://github.com/yamagi
> GPG:      0x1D502515


More information about the freebsd-fs mailing list