mirror of
https://github.com/007revad/Synology_M2_volume.git
synced 2026-04-25 07:46:05 +03:00
[GH-ISSUE #171] synostgpool failed to create storage pool! #240
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#240
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 @maver1ck13 on GitHub (Sep 25, 2024).
Original GitHub issue: https://github.com/007revad/Synology_M2_volume/issues/171
Ive tried several times to create different m.2 volumes but always get this same error.
@007revad commented on GitHub (Oct 1, 2024):
Try commenting out lines 898 and 904 to change:
exit 1to:
# exit 1@albertusQuelle commented on GitHub (Dec 24, 2024):
I have the same problem.
So i shall out commet all 6 lines? And not just "exit 1"?
@007revad commented on GitHub (Dec 24, 2024):
@albertusQuelle
No. Just comment out the 2 "exit 1" lines.
@007revad commented on GitHub (Dec 24, 2024):
@albertusQuelle
Try https://github.com/007revad/Synology_M2_volume/releases/tag/v2.0.29
The only thing the script does after creating the storage pool is show the steps you need to do to create the volume in storage manager. So there really is no reason for the script to exit if it thinks creating the storage pool failed.
@albertusQuelle commented on GitHub (Dec 24, 2024):
Thanks Dave, i am already in creating the new volume. Unfortunately after reboot it crashed completely, now i ran your update_hdd_db and then this one with v2.0.28 and outcommented exit 1
ps: wish you happy xmas :-)