Skip to content

Commit

Permalink
Release version 2.4.0 (2025-02-07)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngandrass committed Feb 7, 2025
1 parent 882d40d commit d237664
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## Version X.Y.Z (YYYY-MM-DD)
## Version 2.4.0 (2025-02-07)
* Fix shutdown mode on TrueNAS SCALE
* Add support for using `smartctl` to interact with drives
* Allow selection of disk control tool (`camcontrol`, `hdparm`, `smartctl`) via CLI argument `-x`
* Improve host system detection to distinguish between TrueNAS CORE and TrueNAS SCALE
* Simplify active drive detection
* Skip drive I/O detection loop if all monitored drives are already sleeping
* Add support for using `smartctl` to interact with drives
* Allow selection of disk control tool (`camcontrol`, `hdparm`, `smartctl`) via CLI argument `-x`


## Version 2.3.0 (2024-08-26)
Expand Down
4 changes: 2 additions & 2 deletions spindown_timer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# TrueNAS HDD Spindown Timer
# Monitors drive I/O and forces HDD spindown after a given idle period.
#
# Version: 2.3.0
# Version: 2.4.0
#
# See: https://github.com/ngandrass/truenas-spindown-timer
#
Expand Down Expand Up @@ -32,7 +32,7 @@
# SOFTWARE.
# ##################################################

VERSION=2.3.0
VERSION=2.4.0
TIMEOUT=3600 # Default timeout before considering a drive as idle
POLL_TIME=600 # Default time to wait during a single iostat call
IGNORED_DRIVES="" # Default list of drives that are never spun down
Expand Down

0 comments on commit d237664

Please sign in to comment.