Browse Source

Merge pull request #541 from 007revad/develop

v3.6.115
main v3.6.115
Dave Russell 5 days ago
committed by GitHub
parent
commit
760e818a69
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      CHANGES.txt
  2. 4
      syno_hdd_db.sh

3
CHANGES.txt

@ -1,7 +1,8 @@
v3.6.114
v3.6.115
- Added syno_hdd_shutdown.sh to the auto update code.
- Now if script is located on an NVMe volume it warns you and exits. Previously it just warned you and continued.
- Bug fix for DSM 7.3 not disabling compatible drive database auto update.
- Bug fix for script thinking it's on an NVMe volume if the HDD volume it's on has a NVMe cache.
v3.6.113
- Added check that DSM 7.3 db file was successfully compacted.

4
syno_hdd_db.sh

@ -29,7 +29,7 @@
# /var/packages/StorageManager/target/ui/storage_panel.js
scriptver="v3.6.114"
scriptver="v3.6.115"
script=Synology_HDD_db
repo="007revad/Synology_HDD_db"
scriptname=syno_hdd_db
@ -435,7 +435,7 @@ if grep -qE "^${vol_name#/dev/} .+ nvme" /proc/mdstat
then
ding
echo -e "\n${Yellow}WARNING${Off} Don't store this script on an NVMe volume!"
exit 3
#exit 3
fi

Loading…
Cancel
Save