mirror of
https://github.com/007revad/Synology_HDD_db.git
synced 2026-04-25 21:55:59 +03:00
[GH-ISSUE #276] Unexpected (positive!) issue: it works WITHOUT "synology_m2_volume" or "synology_enable_m2_volume"? #811
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#811
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 @SurinameClubcard on GitHub (Apr 8, 2024).
Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/276
I am using a Synology 1621+ with DSM 7.2.1-69057 update 4. I have inserted 2xSamsung NVMe 980 pro (1TB), which didn't show in the Storage Manager. So I ran the "synology_HDD_db" script once and rebooted.
I expected to have to use either "synology_m2_volume" or "synology_enable_m2_volume" after that but to my surprise it seems that all functionality is available immediately without running any of those two scripts?
Was that to be expected?
@007revad commented on GitHub (Apr 8, 2024):
Yes. It's pretty cool isn't it? :)
The DS1621+ is one of the 8 models that, since DSM 7.2, officially support M.2 volumes, so they only need synology_hdd_db.
https://kb.synology.com/en-global/DSM/tutorial/Which_models_support_M_2_SSD_storage_pool
@SurinameClubcard commented on GitHub (Apr 8, 2024):
Thanks for that information! So it would also be okay to enable read/write cache on that?
I did notice one small issue. Apparently, I have two identical SATA SSDs in my Syno with two different firmwares. I didn't know that! The script showed me. If looks to me that the one with the older firmware is "overwritten" by the other?
Output below, where RVM01B6Q is not mentioned anymore in the JSON output:
@007revad commented on GitHub (Apr 8, 2024):
Yes.
You've found a bug in script's code for displaying the database changes.
This command should correctly show you the SSD 860 PRO 512GB including both firmware versions
@007revad commented on GitHub (Apr 9, 2024):
Fixed in v3.5.89
https://github.com/007revad/Synology_HDD_db/releases
@SurinameClubcard commented on GitHub (Apr 9, 2024):
Thanks again for your efforts! Very much appreciated!!! Closing this (initially) (non-)issue.