You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.5.5.3: wake drives on first poll for SMART baseline
On agent startup, the first poll skips the -n standby flag so smartctl
wakes all drives and reads full SMART data. This ensures every drive is
registered with its serial-based ID immediately. Subsequent polls honor
standby mode normally.
Fixes drives being silently dropped when sleeping on first scan after
agent startup.
Ref: #18 (rolandg-reflow)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
All notable changes to SMART Sniffer are documented here.
4
4
5
+
## v0.5.5.3 -- 2026-04-25
6
+
7
+
Agent-only patch. No integration, installer, or config changes.
8
+
9
+
Fixes drives being silently dropped when sleeping on agent startup, reported by @rolandg-reflow in [#18](https://github.com/DAB-LABS/smart-sniffer/issues/18).
10
+
11
+
### Fixed
12
+
-**Drives no longer vanish when sleeping on startup** -- the agent's first poll after starting now wakes all drives to collect a full SMART baseline (serial, model, attributes). This ensures every drive is registered with its stable serial-based ID immediately. Subsequent polls honor `standby_mode` normally -- sleeping drives are skipped and cached data is served. Previously, a drive that was asleep on the first poll was silently dropped from the API because there was no cached data to serve.
13
+
5
14
## v0.5.5.2 -- 2026-04-25
6
15
7
16
Agent-only patch. No integration, installer, or config changes.
0 commit comments