From nobody Tue Jan 2 07:22:13 2024 X-Original-To: freebsd-current@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 4T45S50Kvpz56ZbM for ; Tue, 2 Jan 2024 08:22:13 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) by mx1.freebsd.org (Postfix) with ESMTP id 4T45S43X2vz3dCR for ; Tue, 2 Jan 2024 08:22:12 +0000 (UTC) (envelope-from pi@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: from pi (uid 104) (envelope-from pi@freebsd.org) id 19046 by fc.opsec.eu (DragonFly Mail Agent v0.13+ on fc.opsec.eu); Tue, 02 Jan 2024 08:22:13 +0100 Date: Tue, 2 Jan 2024 08:22:13 +0100 From: Kurt Jaeger To: Alexander Leidinger Cc: freebsd-current@freebsd.org Subject: Re: ZFS problems since recently ? Message-ID: References: <5210dd54acbaa8d7705aa4f756e21d1a@Leidinger.net> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5210dd54acbaa8d7705aa4f756e21d1a@Leidinger.net> 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:12502, ipnet:2001:14f8::/32, country:DE] X-Spamd-Bar: ---- X-Rspamd-Queue-Id: 4T45S43X2vz3dCR Hi! > The sysctl for block cloning is vfs.zfs.bclone_enabled. > To check if a pool has made use of block cloning: > zpool get all poolname | grep bclone One more thing: I have two pools on that box, and one of them has some bclone files: # zpool get all ref | grep bclone ref bcloneused 21.8M - ref bclonesaved 24.4M - ref bcloneratio 2.12x - # zpool get all pou | grep bclone pou bcloneused 0 - pou bclonesaved 0 - pou bcloneratio 1.00x - The ref pool contains the system and some files. The pou pool is for poudriere only. How do I find which files on ref are bcloned and how can I remove the bcloning from them ? -- pi@FreeBSD.org +49 171 3101372 Now what ?