Dave Russell
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
3 deletions
-
CHANGES.txt
-
syno_hdd_db.sh
|
|
@ -1,7 +1,8 @@ |
|
|
v3.6.114 |
|
|
v3.6.115 |
|
|
- Added syno_hdd_shutdown.sh to the auto update code. |
|
|
- 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. |
|
|
- 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 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 |
|
|
v3.6.113 |
|
|
- Added check that DSM 7.3 db file was successfully compacted. |
|
|
- Added check that DSM 7.3 db file was successfully compacted. |
|
|
|
|
|
@ -29,7 +29,7 @@ |
|
|
# /var/packages/StorageManager/target/ui/storage_panel.js |
|
|
# /var/packages/StorageManager/target/ui/storage_panel.js |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scriptver="v3.6.114" |
|
|
scriptver="v3.6.115" |
|
|
script=Synology_HDD_db |
|
|
script=Synology_HDD_db |
|
|
repo="007revad/Synology_HDD_db" |
|
|
repo="007revad/Synology_HDD_db" |
|
|
scriptname=syno_hdd_db |
|
|
scriptname=syno_hdd_db |
|
|
@ -435,7 +435,7 @@ if grep -qE "^${vol_name#/dev/} .+ nvme" /proc/mdstat |
|
|
then |
|
|
then |
|
|
ding |
|
|
ding |
|
|
echo -e "\n${Yellow}WARNING${Off} Don't store this script on an NVMe volume!" |
|
|
echo -e "\n${Yellow}WARNING${Off} Don't store this script on an NVMe volume!" |
|
|
exit 3 |
|
|
#exit 3 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|