SOLVED how to create stripped mirror (RAID10) pool?

fahadshery

Contributor
Joined
Sep 29, 2017
Messages
179
Hi,

I have 4 x SAS 12Gbs SSDs that I want to create a stripped mirror pool from. However, there is no option for it in the drop down menu??
I ended up creating a mirror and then expanding the pool with another mirror of 2 drives.
Here is what my pool looks like:

Code:
  pool: fast_big
 state: ONLINE
config:

        NAME                                            STATE     READ WRITE CKSUM
        fast_big                                        ONLINE       0     0     0
          mirror-0                                      ONLINE       0     0     0
            gptid/d3c5671d-634d-11ec-a6c5-e54cd4212556  ONLINE       0     0     0
            gptid/d3d8cf6f-634d-11ec-a6c5-e54cd4212556  ONLINE       0     0     0
          mirror-1                                      ONLINE       0     0     0
            gptid/e993bffc-634d-11ec-a6c5-e54cd4212556  ONLINE       0     0     0
            gptid/e9a8cf71-634d-11ec-a6c5-e54cd4212556  ONLINE       0     0     0

errors: No known data errors


Is this RAID10 / stripped mirror pool?

Many thanks
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
RAID10 doesn't apply in a ZFS context, but yes, you created your pool as a 2-way stripe of 2-way mirrors.
To create it in the UI, add 2 disks to a data VDEV to create the first 2-way mirror, and then duplicate that VDEV for the 2nd stripe of 2-way mirrors.
 
Top