From nobody Mon Aug 21 13:23:44 2023 X-Original-To: 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 4RTtV95zS3z4qmnM for ; Mon, 21 Aug 2023 13:24:01 +0000 (UTC) (envelope-from freebsd@vanderzwan.org) Received: from mail2.paztec.nl (mail2.paztec.nl [IPv6:2001:1af8:4700:a116:1::42]) (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 "mail2.paztec.nl", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RTtV94WVyz3Lkr for ; Mon, 21 Aug 2023 13:24:01 +0000 (UTC) (envelope-from freebsd@vanderzwan.org) Authentication-Results: mx1.freebsd.org; none X-Bogosity: No, tests=bogofilter Received: from smtpclient.apple (gaspode [IPv6:2a02:a461:283f:4:0:0:0:22]) (authenticated bits=0) by mail2.paztec.nl (8.17.2/8.17.1) with ESMTPSA id 37LDNsBh014166 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 21 Aug 2023 15:24:00 +0200 (CEST) (envelope-from freebsd@vanderzwan.org) X-Authentication-Warning: vps4.vanderzwan.org: Host gaspode [IPv6:2a02:a461:283f:4:0:0:0:22] claimed to be smtpclient.apple Content-Type: text/plain; charset=utf-8 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Subject: Re: ZFS Root size keeps going down after upgrade to 13.2-release From: freebsd@vanderzwan.org In-Reply-To: Date: Mon, 21 Aug 2023 15:23:44 +0200 Cc: questions@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <0178E106-F136-44F6-BB36-D94ABEE4BEDE@vanderzwan.org> References: <8f3b445d-3f55-f359-ce5e-0d86c57755fe@optiplex-networks.com> <20230821130132.50aeb96b51b2b71efa14cb94@sohara.org> <8dbe0d99-ca94-998d-0c4e-27642db1b11a@optiplex-networks.com> <362941E9-C354-4325-A691-6DC44E5F5AB6@vanderzwan.org> To: Kaya Saman X-Mailer: Apple Mail (2.3731.700.6) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=4.0.0 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on vps4.vanderzwan.org X-Rspamd-Queue-Id: 4RTtV94WVyz3Lkr 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:60781, ipnet:2001:1af8::/32, country:NL] > On 21 Aug 2023, at 15:14, Kaya Saman = wrote: >=20 >=20 > On 8/21/23 14:07, freebsd@vanderzwan.org wrote: >>=20 >>> On 21 Aug 2023, at 14:21, Kaya Saman = wrote: >>> # zfs list -ro space zroot/ROOT >>> NAME AVAIL USED USEDSNAP = USEDDS USEDREFRESERV USEDCHILD >>> zroot/ROOT 720M 88.5G 0B = 88K 0B 88.5G >>> zroot/ROOT/13.1-RELEASE-p5_2023-08-20_220010 720M 8K 0B = 8K 0B 0B >>> zroot/ROOT/13.2-RELEASE-p2_2023-08-20_224534 720M 8K 0B = 8K 0B 0B >>> zroot/ROOT/default 720M 88.5G 52.0G = 36.5G 0B 0B >>>=20 >> That last line seems to indicate there is 52.0 G used in snapshots of = zroot/ROOT/default and 36.5G in the dataset itself. >> Output of zfs list -o space -t snapshot |grep zroot/ROOT/default = should give a list of the snapshots and the sizes. >>=20 >> Paul >>=20 >>=20 >=20 > Thanks so much Paul.... I feel like I'm spinning around in circles = currently... >=20 >=20 > There doesn't seem to be anything indicative of that space being used = up? >=20 >=20 > zfs list -o space -t snapshot |grep zroot/ROOT/defaul > zroot/ROOT/default@2022-11-28-06:08:26-0 - 583M - - = - - > zroot/ROOT/default@2022-11-28-06:38:48-0 - 11.4M - - = - - > zroot/ROOT/default@2022-11-28-07:26:20-0 - 9.41M - - = - - > zroot/ROOT/default@2023-08-20-22:00:10-0 - 34.5M - - = - - > zroot/ROOT/default@2023-08-20-22:45:34-0 - 9.56M - - = - - >=20 >=20 > certainly not 52GB? >=20 >=20 That=E2=80=99s definitely confusing. What=E2=80=99s the full output of 'zfs list -o space -r zroot=E2=80=99 = and of 'zpool list -v zroot=E2=80=99=20 Paul