mirror of
https://github.com/007revad/Synology_M2_volume.git
synced 2026-04-26 00:06:14 +03:00
[GH-ISSUE #64] NOT working on Synology 720+ with DSM 6.2.4 update 7. #15
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Synology_M2_volume#15
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 @007revad on GitHub (Jun 25, 2023).
Original GitHub issue: https://github.com/007revad/Synology_M2_volume/issues/64
NOT working on Synology 720+ with DSM 6.2.4 update 7.
It will create the storage pool, but the volume is not created. I do not see any option for creating a volume from the SSD storage pool.
Config: two 500GB SSD, configured in RAID 1.
I had this working on DSM 7.1.1 with RAID 0, but I downgraded to DSM 6 and the script is not able to create the volume.
Originally posted by @Ruben-Isai in https://github.com/007revad/Synology_M2_volume/issues/52#issuecomment-1606231802
@007revad commented on GitHub (Jun 25, 2023):
Can you post the output of the script.
@Ruben-Isai commented on GitHub (Jun 26, 2023):
I will run it again as I lost connection to the SSH session at 90%. I did run the script again and it told me data scrubbing is running. Once that was finished, I rebooted the 720+, and I am able to see the SSD pool, but no volume is created.
@Ruben-Isai commented on GitHub (Jun 26, 2023):
Is it possible to create the volume once the SSD Pool has been created?
@007revad commented on GitHub (Jun 26, 2023):
If you run it again, now that the data scrubbing has finished, it should work (unless something changed between 6.2.4 update 6 and update 7).
Because DSM 6 does not have the "online assemble" the script does create the volume for DSM 6, so after a reboot the storage pool and volume should show up in storage manager without you needing to do anything else.
Personally I would upgrade to DSM 7.2 unless you have some USB device or app that needs DSM 6. If you do update to DSM 7.2 use https://github.com/007revad/Synology_HDD_db instead.
You'd need to update to 7.0.1 first: DS720+ DSM 7.0.1-42218
Then update to 7.2: DS720+ DSM 7.2-64570 Update 1
@Ruben-Isai commented on GitHub (Jun 26, 2023):
Thank you for the response. I use DSM 6 as Moments has better subject / facial recognition.
I am running the script again and will post the entire SSH session output.
@007revad commented on GitHub (Jun 28, 2023):
@Ruben-Isai
Did the script work?
@Ruben-Isai commented on GitHub (Jul 2, 2023):
On the 3rd attempt the script worked!
I now have the RAID configured in mirror, and working!
Thank you so much!