[Bug 291002] ZFS error created on otherwise running and sane system.

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 13 Nov 2025 21:07:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291002

--- Comment #2 from David Gilbert <dave@daveg.ca> ---
Spinning my tires a bit on this.  I realized it's 4 replications, actually. 
The first time this happened, ~/.local was just a directory in ~ (dgilbert). 
Then I made ~/.local it's own filesystem ... because a) zfs, and b) the writes
from boloo are insane --- generating gigabytes of filesystem churn.  For a 50G
file and 8 snapshots 15 minutes apart, it was consuming over 300G.

Right now (with the error sitting there)... baloo is still churning.  I haven't
killed it yet.  I gather there's some compression.

[3:41:341]root@hit:/home/dgilbert> zfs list -rt all zhit/home/dgilbert/.local
NAME                                                                USED  AVAIL
 REFER  MOUNTPOINT
zhit/home/dgilbert/.local                                          19.4G  3.16T
 19.4G  /home/dgilbert/.local
zhit/home/dgilbert/.local@zfs-auto-snap_frequent-2025-11-13-13h30  39.5K      -
 19.4G  -
zhit/home/dgilbert/.local@zfs-auto-snap_frequent-2025-11-13-13h45  39.5K      -
 19.4G  -
zhit/home/dgilbert/.local@zfs-auto-snap_frequent-2025-11-13-14h15    72K      -
 19.4G  -
zhit/home/dgilbert/.local@zfs-auto-snap_frequent-2025-11-13-14h30    77K      -
 19.4G  -
zhit/home/dgilbert/.local@zfs-auto-snap_frequent-2025-11-13-14h45   110K      -
 19.4G  -
zhit/home/dgilbert/.local@zfs-auto-snap_frequent-2025-11-13-15h15  35.5K      -
 19.4G  -
zhit/home/dgilbert/.local@zfs-auto-snap_frequent-2025-11-13-15h30  35.5K      -
 19.4G  -
zhit/home/dgilbert/.local@zfs-auto-snap_frequent-2025-11-13-15h45  35.5K      -
 19.4G  -
[3:42:342]root@hit:/home/dgilbert> ll -h .local/baloo
ls: .local/baloo: No such file or directory
[3:43:343]root@hit:/home/dgilbert> ll -h .local/share/baloo/index
-rw-r--r--  1 dgilbert wheel   28G Nov 13 07:16 .local/share/baloo/index
[3:44:344]root@hit:/home/dgilbert> du -h .local/share/baloo/index
 18G    .local/share/baloo/index

... so that's not bad... but I don't know what's happening to the actual index.

-- 
You are receiving this mail because:
You are the assignee for the bug.