mirror of
https://github.com/007revad/Synology_M2_volume.git
synced 2026-04-25 07:46:05 +03:00
[GH-ISSUE #163] ERROR CREATING STORAGE POOL (synostgpool failed to create storage pool!) #235
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#235
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 @NoFrills88 on GitHub (Jul 2, 2024).
Original GitHub issue: https://github.com/007revad/Synology_M2_volume/issues/163
I see other people had this problem but unfortunately, the latest version of the script (2.0.27) still yields the same error. Please assist when you get time. TIA
@NoFrills88 commented on GitHub (Jul 2, 2024):
UPDATE: I deleted the m.2 volume in storage manager and created it again using storage manager. It now works. I will post if the issue resurfaces.
@007revad commented on GitHub (Jul 2, 2024):
In storage manager are you seeing "Unknown" instead of Patriot and "Unknown firmware version"?
What does the following command return for the vendor id:
@NoFrills88 commented on GitHub (Jul 2, 2024):
I will try the command (not so familiar with ssh lol). However, the good thing is that after deleting and manually creating the volume on dsm interface it just worked😆. Perhaps, dsm corrected the part/step that failed on the script?
@007revad commented on GitHub (Jul 3, 2024):
That error looks like a false error because the exit code was 0. If it was a real error it would have been a number greater than 0.
I have seen some changes take up to 20 minutes to appear in storage manager. DSM seems to check the drives every 20 minutes, or when some action is taken. You deleting the volume in storage manager would have triggered the check.
You can run the command in task scheduler.
nvme id-ctrl /dev/nvme0n1 | grep -E ^vid | awk '{print $NF}'