Date: Tue, 28 Jul 2020 18:33:39 -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: <CAPrugNrfH=zCowMnoF14%2BymTyEXHtqqxc7j4ssWGSvjR2tmWhA@mail.gmail.com> In-Reply-To: <20200727154651.37a7c23e711da9218cee61dd@yamagi.org> References: <CAPrugNrT0%2Bm%2BQ4iE=1i00F0pfjNKEC_ht-AuDjqZw7E0BTKhOg@mail.gmail.com> <20200727154651.37a7c23e711da9218cee61dd@yamagi.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> % 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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPrugNrfH=zCowMnoF14%2BymTyEXHtqqxc7j4ssWGSvjR2tmWhA>