BelowStudios Posted July 1 Share Posted July 1 Has anyone else run into issues around creating a striped ZFS pool on the new Unraid 7 dashboard? Currently I select striped or mirrored ZFS pool and click apply and it just switches back to RaidZ as the only option Quote Link to comment
Solution JorgeB Posted July 1 Solution Share Posted July 1 Known issue, fixed for beta.2, but it's only visual, it will still create a stripe or mirror if you apply that before formatting. Quote Link to comment
jrsphoto Posted July 4 Share Posted July 4 I came here looking for this question @BelowStudios. I see the same thing so good to know its being corrected. I also tried creating a 4-drive striped mirror set from the shell with: zpool create mypool mirror /dev/sde /dev/sdb mirror /dev/sdc /dev/sdd This command worked and zpool status shows: pool: mypool state: ONLINE config: NAME STATE READ WRITE CKSUM mypool ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 sde ONLINE 0 0 0 sdb ONLINE 0 0 0 mirror-1 ONLINE 0 0 0 sdc ONLINE 0 0 0 sdd ONLINE 0 0 0 errors: No known data errors However, this pool never shows up in the web gui. I know little about ZFS (which is why I'm playing with this now) so I'm likely missing something but thought maybe you might give it a try and see if you get different results. Quote Link to comment
JorgeB Posted July 4 Share Posted July 4 7 minutes ago, jrsphoto said: I also tried creating a 4-drive striped mirror set from the shell with: You can create striped mirrors using the GUI On 7/1/2024 at 9:52 PM, JorgeB said: it will still create a stripe or mirror if you apply that before formatting. Quote Link to comment
jrsphoto Posted July 4 Share Posted July 4 ok, it does look like the command like method does indeed create the poll, it just automatically mounts it to /poolname. It still seems that pools created via command line are not reflected in the web gui however. Again, my lack of knowledge here is likely more of the problem -John Quote Link to comment
jrsphoto Posted July 4 Share Posted July 4 7 minutes ago, JorgeB said: You can create striped mirrors using the GUI Thanks JorgeB. I love these forums, lots of people willing to help. I did see that and I'll give that a try again. I've got no data on these drive so its just fun testing things out, and getting a better understanding of how ZFS works within Unraid. In my very unscientific testing so far, it does seem that I'm getting better write performance with ZFS than with an Unraid array (though not if I'm using the NVME as primary and Unraid array as secondary ) Quote Link to comment
jrsphoto Posted July 4 Share Posted July 4 21 minutes ago, JorgeB said: You can create striped mirrors using the GUI @JorgeB I'm sure I'm likely doing something wrong but, here's what I've done in the gui (7.0.0-beta.1) Create a pool with 4 drives, with file system type set to zfs / mirror / 2 groups of 2 devices. hit apply This changes the Filesystem type back to raidz / 1 group of 4 devices Click done. At this point, if I start the array, the pool won't mount because I have to format it, which I can do, and it will format it as raidz / 1 group of 4 devices. If I choose not to format it and stop the array, go back to the pool config and choose mirror / 2 groups of 2 devices, and hit apply, it just goes back to raidz I see no way to get it to create the striped mirror set? what am I missing? Quote Link to comment
JorgeB Posted July 4 Share Posted July 4 10 minutes ago, jrsphoto said: I see no way to get it to create the striped mirror set? what am I missing? After formatting the pool the fs type will still show raidz, but if you see below, in the zpool status, it will actually be a couple of striped mirrors: Quote Link to comment
jrsphoto Posted July 4 Share Posted July 4 ok, you are correct. My striped mirror is indeed up and running. Thank you @JorgeB! 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.