mirror of
https://github.com/007revad/Synology_HDD_db.git
synced 2026-04-25 13:45:59 +03:00
[GH-ISSUE #413] No Expansion Units found (of course it's wrong) #145
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Synology_HDD_db#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kevin39 on GitHub (Dec 30, 2024).
Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/413
Hi,
After a reboot + DSM update my expansion unit display now the warning about my non verified disks... (your script was working from a long time ago)
I updated your script, running it again and I show it display "No Expansion Units found". I think there is a bug in a recent update ? No issue for the main unit, the warning is hidden.
What do you need to debug ?
My setup is SA3410 + RX1222sas
best regards
@kevin39 commented on GitHub (Dec 30, 2024):
@007revad commented on GitHub (Dec 31, 2024):
There was a change in v3.5.102 related to detecting expansion units.
The SA3410 does have the syno_slot_mapping command so the script would be using the faster method of detecting expansion units.
What does this command return?
If that returns nothing can you tell me what this command returns:
@kevin39 commented on GitHub (Dec 31, 2024):
Hi,
@007revad commented on GitHub (Dec 31, 2024):
So syno_slot_mapping does not work for SAS expansion units.
Does this find the drives in your expansion unit(s)?
@kevin39 commented on GitHub (Dec 31, 2024):
@007revad commented on GitHub (Dec 31, 2024):
I'll release a new version with a fix in a few hours and reply back.
@kevin39 commented on GitHub (Dec 31, 2024):
Thank you :)
@007revad commented on GitHub (Dec 31, 2024):
Try v3.6.110
@kevin39 commented on GitHub (Dec 31, 2024):
Thank you, your fix works. Good job !