From nobody Mon Sep 30 08:27:01 2024 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XHDh94PN7z5Xy0k for ; Mon, 30 Sep 2024 08:27:05 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (mailserver.netfence.it [78.134.96.152]) (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 (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XHDh90qWcz52YV for ; Mon, 30 Sep 2024 08:27:04 +0000 (UTC) (envelope-from ml@netfence.it) Authentication-Results: mx1.freebsd.org; none Received: from [10.1.2.18] (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.18.1/8.17.2) with ESMTPSA id 48U8R1a8000470 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Mon, 30 Sep 2024 10:27:02 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be [10.1.2.18] Message-ID: <208991e1-967f-4f2c-9dc5-c082455c59ea@netfence.it> Date: Mon, 30 Sep 2024 10:27:01 +0200 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: 13.4 and zfs.mount_snapshot for jail Content-Language: en-US To: James Gritton , freebsd-questions@freebsd.org References: <9b2e6dd1ac02c97bc57f85d5a57fbf25@gritton.org> From: Andrea Venturoli In-Reply-To: <9b2e6dd1ac02c97bc57f85d5a57fbf25@gritton.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:35612, ipnet:78.134.0.0/17, country:IT] X-Rspamd-Queue-Id: 4XHDh90qWcz52YV X-Spamd-Bar: ---- On 9/29/24 17:55, James Gritton wrote: > This is a regression; check out BUG 274263. Doh! I had checked bugzilla and git logs... I'm still amazed at how I can fail to find things :) I had seen the boolean/int change, but failed to get to something concrete. > There's a small program at https://bz-attachments.freebsd.org/ > attachment.cgi?id=253669 that will set zfs.mount_snapshot=1 for the > jails named on the command line.  You can run this, after the jails are > created without zfs.mount_snapshot. I just cherry-picked the correction from 13/stable and recompiled the kernel :) > I apologize for the breakage, and hope this band-aid will do for now. No problem! I had just upgraded a single machine, for now, and this was not critical there. The important thing is I got this fixed before I start upgrading customers' servers. Thanks av.