From owner-freebsd-fs@freebsd.org Fri Jul 31 20:35:57 2020 Return-Path: Delivered-To: freebsd-fs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 07E783A2765 for ; Fri, 31 Jul 2020 20:35:57 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BJJvc6SC2z3g8Q for ; Fri, 31 Jul 2020 20:35:56 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: from mail-lf1-f44.google.com (mail-lf1-f44.google.com [209.85.167.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: mmacy) by smtp.freebsd.org (Postfix) with ESMTPSA id BD09C2CB70 for ; Fri, 31 Jul 2020 20:35:56 +0000 (UTC) (envelope-from mmacy@freebsd.org) Received: by mail-lf1-f44.google.com with SMTP id c15so200045lfi.3 for ; Fri, 31 Jul 2020 13:35:56 -0700 (PDT) X-Gm-Message-State: AOAM531qTO+LIKUURe6/aX/f0r9LZvixKAsnISDsLJQGdiEGJXL6kVz8 zeAXyEnCP8x0yN1G3x9wQwUNE7hIvNsj7Bpigmk= X-Google-Smtp-Source: ABdhPJyD+eVYZfRM+HEn5jgNkG/JlWsAFxoFpJ0NY2lsGOxDpeY/x+CbrReu8ZMFTbl9Fgr2usCntFKpAgIxUelUaws= X-Received: by 2002:a05:6512:14d:: with SMTP id m13mr2803409lfo.173.1596227755365; Fri, 31 Jul 2020 13:35:55 -0700 (PDT) MIME-Version: 1.0 References: <20200727154651.37a7c23e711da9218cee61dd@yamagi.org> <20200730152825.c246a854a1763883b2f165d4@yamagi.org> In-Reply-To: <20200730152825.c246a854a1763883b2f165d4@yamagi.org> From: Matthew Macy Date: Fri, 31 Jul 2020 13:35:44 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: CFT for vendor openzfs - week 3 reminder To: Yamagi Cc: freebsd-fs Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2020 20:35:57 -0000 On Thu, Jul 30, 2020 at 6:28 AM Yamagi wrote: > > On Tue, 28 Jul 2020 18:33:39 -0700 > Matthew Macy 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