From owner-freebsd-current@freebsd.org Fri Sep 4 15:02:32 2020 Return-Path: Delivered-To: freebsd-current@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 626623C4EC8 for ; Fri, 4 Sep 2020 15:02:32 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 4Bjgrm20Hwz49LL for ; Fri, 4 Sep 2020 15:02:32 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from Ryans-MBP.attlocal.net (unknown [IPv6:2600:1700:358a:c660:1124:2860:e830:40fe]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: freqlabs/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 19A991A3ED for ; Fri, 4 Sep 2020 15:02:32 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) From: Ryan Moeller Subject: Re: CURRENT: r365325: mounting ZFS within JAIL now fails: /sbin/zfs mount -a: failed To: freebsd-current@freebsd.org References: <20200904122954.3da376fd@freyja> Message-ID: <8794cbed-91a1-1703-19b6-b950c592c140@FreeBSD.org> Date: Fri, 4 Sep 2020 11:02:31 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200904122954.3da376fd@freyja> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2020 15:02:32 -0000 On 9/4/20 6:30 AM, O. Hartmann wrote: > Running a most recent CURRENT (FreeBSD 13.0-CURRENT #1 r365325: Fri Sep 4 > 11:28:14 CEST 2020 amd64) with JAILS also running CURRENT of the very same > version, one specific jail which is designated to be a poudriere jail > with ZFS > filesystems doesn't start after an update today. > > The message is: > > [...] > cannot mount 'POOL00/ezjail': Insufficient privileges > cannot mount 'POOL00': Insufficient privileges I've recently committed some bug fixes in the jails <-> zones translations upstream after seeing a report like this. It seems to resolve this particular issue. Expect it to be a few days until the commit gets pulled in through the vendor branch. -Ryan > > Prior to the update today, everything worked fine and the jail was able to > mount its pool; "enforce_statfs= "1";" worked so far, I have no clue > what is > going wrong here. > > Can someone shed some light on this? > > Addendum: As mentioned in /usr/src/UPDATING, 20200824, I did not > upgrade the > pool. > > The host has been rebuild from clean /usr/src/obj and so the jail's image > (using ezjail and /usr/src as the jail's base). > > Help is appreciated, > > thanks in advance, > > kind regards > > oh > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"