From nobody Sat May 4 07:20:48 2024 X-Original-To: freebsd-stable@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 4VWfGW2jTYz5K2gK for ; Sat, 4 May 2024 07:20:51 +0000 (UTC) (envelope-from SRS0=r5VE=MH=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4VWfGW0fJ7z4Vds for ; Sat, 4 May 2024 07:20:51 +0000 (UTC) (envelope-from SRS0=r5VE=MH=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; none Date: Sat, 4 May 2024 09:20:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1714807249; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=G7GcVsPZeT9zA311aehEszJ4ZOhAO28HOM9MhD/J2dM=; b=AzOUkp2RAkVpniAJl52X2VrgOUO6iTXNh3/Xy2Sn34AswBpucM0oKqoLi4Fqxt6b97TDlX 9PW2qaO0yph9mNaoDkDykKIlNKdQt3HF1vINQB2d1x9H7YX4D5AhJ61yzoxxc0Yz41zIdO 7epqzzfO2eSY+C1gWXEPJ9oQ49DMUhwc2UtfjK+mAtm64rx23lKifog2d7iTOVK33WFwjF YToLrcWzBwMQrOtxAvBq8nSBYn7BV6bhDXu6RLlOzjVQ2rHrjhFecuCg17fno81l0ppi9I xd1VhvM6Rh7FAqlDWbqOVO7uEDOsAlYYlgR7I2l8TfwIfJ0tjTMxanZuHzLKUA== From: Ronald Klop To: Garrett Wollman Cc: freebsd-stable@freebsd.org Message-ID: <1810690296.211867.1714807248568@localhost> In-Reply-To: <26165.25663.720989.835800@hergotha.csail.mit.edu> References: <26165.22926.598276.904906@hergotha.csail.mit.edu> <727612068.8243.1714773335920@localhost> <26165.25663.720989.835800@hergotha.csail.mit.edu> Subject: Re: ZFS property inheritance broken for `readonly`? List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_211866_1262481256.1714807248522" X-Mailer: Realworks (700.152) Importance: Normal X-Priority: 3 (Normal) X-Spamd-Bar: ---- 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:3265, ipnet:194.109.0.0/16, country:NL] X-Rspamd-Queue-Id: 4VWfGW0fJ7z4Vds ------=_Part_211866_1262481256.1714807248522 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Van: Garrett Wollman Datum: zaterdag, 4 mei 2024 00:25 Aan: Ronald Klop CC: freebsd-stable@freebsd.org Onderwerp: Re: ZFS property inheritance broken for `readonly`? > > < said: > > > How did you mount the fs? > > In the normal (completely automatic) way. > > -GAWollman > > > > Can you elaborate what the "normal way" is for you? Is bootfs set to a zfs pool? Is /etc/fstab used for mounting ZFS? Can you provide some copy-paste of your config? What I found about the topic: The "temporary" source of a property is documented for Oracle ZFS, but I doubt OpenZFS changed a Tlot in how this works. https://docs.oracle.com/cd/E36784_01/html/E36835/gamnt.html For openzfs I found this comment: https://github.com/openzfs/zfs/issues/985#issuecomment-27997625 My ZFS pools don't have any property with source "temporary". So my suggestion would be to look into why you do have a "temporary" property. It at least indicates why it is not inheriting the property from the parent. But I'm also not sure if it is the key to the solution. Regards, Ronald. ------=_Part_211866_1262481256.1714807248522 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit

Van: Garrett Wollman <wollman@bimajority.org>
Datum: zaterdag, 4 mei 2024 00:25
Aan: Ronald Klop <ronald-lists@klop.ws>
CC: freebsd-stable@freebsd.org
Onderwerp: Re: ZFS property inheritance broken for `readonly`?

<<On Fri, 3 May 2024 23:55:35 +0200 (CEST), Ronald Klop <ronald-lists@klop.ws> said:

> How did you mount the fs?

In the normal (completely automatic) way.

-GAWollman
 



Can you elaborate what the "normal way" is for you?
Is bootfs set to a zfs pool? Is /etc/fstab used for mounting ZFS?
Can you provide some copy-paste of your config?

What I found about the topic:

The "temporary" source of a property is documented for Oracle ZFS, but I doubt OpenZFS changed a Tlot in how this works.

https://docs.oracle.com/cd/E36784_01/html/E36835/gamnt.html

For openzfs I found this comment:
https://github.com/openzfs/zfs/issues/985#issuecomment-27997625

My ZFS pools don't have any property with source "temporary". So my suggestion would be to look into why you do have a "temporary" property. It at least indicates why it is not inheriting the property from the parent. But I'm also not sure if it is the key to the solution.

Regards,
Ronald.
  ------=_Part_211866_1262481256.1714807248522--