mirror of
https://github.com/007revad/Synology_M2_volume.git
synced 2026-04-25 15:56:06 +03:00
[GH-ISSUE #33] RAID F1 personality #5
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#5
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 @avolon42x on GitHub (Apr 5, 2023).
Original GitHub issue: https://github.com/007revad/Synology_M2_volume/issues/33
Would be great to be able to create RAID F1 arrays. Personality [raidF1] seems to be already present (DS1821+ latest stable release)

@007revad commented on GitHub (Apr 6, 2023):
I have previously seen [raidF1] in the output form
cat /proc/mdstatbut I forget about it.I think this is possible because I remember reading on the Xpenology forum about people disabling RAID F1 so they could use SHR. If they can do that I should be able to enable RAID F1. Hopefully we can have both RAID F1 and SHR.
@007revad commented on GitHub (Apr 6, 2023):
Okay, I can easily enable RAID F1. But it seems that you can have RAID F1 or SHR, but not both.
I'm not sure what would happen to an SHR storage pool if you switched to RAID F1, or vice versa. I might have to test it.
@avolon42x commented on GitHub (Apr 6, 2023):
That’s great! It’s expected that you cannot have both. RAIDF1 is especially for SSD arrays, albeit I don’t know if it handles different disk sizes like SHR it’s basically a raid5 for SSD reducing wearlevel for parity writes. Could you tell me how to enable them I’ll try it out
@007revad commented on GitHub (Apr 6, 2023):
To enable RAID F1 you need to edit
/etc.defaults/synoinfo.confas follows:support_syno_hybrid_raid="yes"supportraidgroup="yes"@avolon42x commented on GitHub (Apr 8, 2023):
Mhh so I tested it on a DS916+ (DSM 7.2beta) I had lying around with 3 SSDs. The F1 shows in mdstat but I cannot create a F1 array. I change the settings as you mentioned. Any other idea?
@007revad commented on GitHub (Apr 10, 2023):
Since mdstat shows [raidF1] in the RAID Personalities, try Synology_enable_M2_volume
It lets you create the storage pool and select the RAID type in storage manager so you don't need the Synology_M2_volume script. But I don't know if works for models older than '21.