Releases: silkyclouds/unraid-disk-talkers
Release list
2026.06.10a
Disk Talkers 2026.06.10a
- Fixed historical attribution on ZFS hosts. When each Unraid share is its own ZFS dataset, the array disks were shadowed by their per-share dataset mounts (e.g.
/mnt/disk4/medien), so spin-up activity was logged against the dataset instead of the disk and collapsed toOther / Unattributed activityin the history views. Activity is now attributed to the parent disk/pool, while child datasets are still watched so no events are lost. - De-cluttered the disk list. Docker
overlay2container layers and rclone/network FUSE remotes are no longer enumerated as disks, so the page no longer fills with dozens ofmergedand remote "pools" on busy servers. - Better attribution for short-lived array reads (such as media-library scans touching
.plexignore): they are mapped back through the/mnt/userfront door instead of being left unattributed.
Update from the Plugins page (or Community Applications) and hard-refresh the Disk Talkers page.
2026.06.03a
Fixes fanotify recovery after transient Unraid mount-path errors so Disk Talkers does not remain stuck with fanotify unavailable: [Errno 2] and historical attribution is less likely to collapse into Other activity.
Disk Talkers 2026.05.03a
Reduces collector CPU use by caching idle fuser scans, caching historical summaries between refreshes, and relaxing the idle event loop. Keeps the 5 second UI refresh while avoiding full per-disk host scans on every refresh.
Disk Talkers 2026.04.26a
Fixes collector startup after reboot when the boot-time service environment does not include /usr/local/sbin in PATH. Disk Talkers now resolves Unraid host commands such as mdcmd, findmnt, fuser, and docker through known system paths and degrades cleanly if one is temporarily unavailable.
2026.04.21a
Fixes Docker mount audit handling for Unraid 6.12+ exclusive shares. Pool-only /mnt/user/ mounts are now treated as safe when exclusive access resolves them directly to a pool and bypasses shfs/FUSE; non-exclusive pool-only /mnt/user mounts remain low-severity informational warnings.
2026.04.18a
Changes
- Fixed light-theme readability by adding explicit light surfaces and dark text styling for the table, history cards, and talker chips.
- Keeps the previous spin-up session history and temperature sparkline additions intact.
2026.04.17d
Changes
- add per-disk spin-up session history rows with start time, duration, probable source, and files seen at spin-up
- add compact per-disk temperature sparklines based on recorded history
2026.04.17c
Changes
- fix the historical summary layout so the usage and timeline panels stay contained within the parent card on wide screens
2026.04.17b
Changes
- handle missing
python3gracefully on hosts without the Python prerequisite - show a dependency-required state in the WebUI instead of a collector error
- stop repeated
nohup: failed to run command 'python3'noise when Python is absent - recover on page refresh after
Python 3 for UNRAID (6.11+)is installed later
2026.04.17a
Fixes
- Improved light-theme contrast for Disk Talkers action and period buttons.
- Turned collector startup and fanotify fallback into inline notices instead of a hard page error during bootstrap.