mirror of
https://github.com/007revad/Synology_M2_volume.git
synced 2026-04-25 07:46:05 +03:00
[GH-ISSUE #77] Cannot Create Pool after Raid1 Creation Failure #219
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#219
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 @cmacnichol on GitHub (Jul 26, 2023).
Original GitHub issue: https://github.com/007revad/Synology_M2_volume/issues/77
I ran the script and unfortunately had a network disconnect of my SSH Session during the Raid1 Drive Sync. Now I cannot create the storage pool or volume from DSM. The script itself thinks the drives are being used by DSM. Using the -a switch allows it to continue, however it will fail to create the system partition. Same error as this issue: #69
[/sbin/sfdisk -N1 -uS -q -f -j256 -z4980480 -tfd -F /dev/nvme0n1] failed. err=255
Create system partitions failed.
ERROR 5 Failed to create syno partitions!
Is there anything I can do to reset everything back to the beginning? I have already tried erasing them in DSM and re-creating them through the script with the above error.
@cmacnichol commented on GitHub (Jul 27, 2023):
Closing this out. Multiple reboots fixed something, no idea what. But the script is running a new sync now.