Raid10 - is this how it should look like?

Status
Not open for further replies.

jackal077

Dabbler
Joined
Feb 4, 2014
Messages
10
Sorry for the noob question. I've setup RAID10. I just wanna make sure that I've set it up correclty. Is this how it should look like?
Code:
[root@freenas ~]# zpool status                                                                                                     
  pool: Data                                                                                                                       
state: ONLINE                                                                                                                     
  scan: none requested                                                                                                             
config:                                                                                                                           
                                                                                                                                   
        NAME                                            STATE    READ WRITE CKSUM                                                 
        Data                                            ONLINE      0    0    0                                                 
          mirror-0                                      ONLINE      0    0    0                                                 
            gptid/df8051bd-848e-11e3-996d-0025b3a747d2  ONLINE      0    0    0                                                 
            gptid/dfff407d-848e-11e3-996d-0025b3a747d2  ONLINE      0    0    0                                                 
          mirror-1                                      ONLINE      0    0    0                                                 
            gptid/038dc991-848f-11e3-996d-0025b3a747d2  ONLINE      0    0    0                                                 
            gptid/0433b305-848f-11e3-996d-0025b3a747d2  ONLINE      0    0    0  
 

Yatti420

Wizard
Joined
Aug 12, 2012
Messages
1,437
Can you post in code tags? Also please provide hardware specs etc.. For raid10 equivalent with ZFS you're doing mirrored pairs - striped?
 

jackal077

Dabbler
Joined
Feb 4, 2014
Messages
10
Sorry I didn't realize it will come out like that.
Hardware specs:
HP DL180 G6
RAM 24GB
4 x 4 TB Hard drives in RAID10


Code:
 pool: Data                                                                                                                       
state: ONLINE                                                                                                                     
  scan: none requested                                                                                                             
config:                                                                                                                           
                                                                                                                                   
        NAME                                            STATE    READ WRITE CKSUM                                                 
        Data                                            ONLINE      0    0    0                                                 
          mirror-0                                      ONLINE      0    0    0                                                 
            gptid/df8051bd-848e-11e3-996d-0025b3a747d2  ONLINE      0    0    0                                                 
            gptid/dfff407d-848e-11e3-996d-0025b3a747d2  ONLINE      0    0    0                                                 
          mirror-1                                      ONLINE      0    0    0                                                 
            gptid/038dc991-848f-11e3-996d-0025b3a747d2  ONLINE      0    0    0                                                 
            gptid/0433b305-848f-11e3-996d-0025b3a747d2  ONLINE      0    0    0 
 

jackal077

Dabbler
Joined
Feb 4, 2014
Messages
10
Can you post in code tags? Also please provide hardware specs etc.. For raid10 equivalent with ZFS you're doing mirrored pairs - striped?
What i did was:
Created a mirror with the first 2 drives and put a Volume name "Data"
then Created a 2nd mirror with the other 2 drives and from the drop down menu chose volume to extend "Data". I think this is the correct way of doing it, but I just want to make sure that everything is ok at this stage.
 

Dusan

Guru
Joined
Jan 29, 2013
Messages
1,165
What i did was:
Created a mirror with the first 2 drives and put a Volume name "Data"
then Created a 2nd mirror with the other 2 drives and from the drop down menu chose volume to extend "Data". I think this is the correct way of doing it, but I just want to make sure that everything is ok at this stage.
That works too, but you can also create it in one go by dragging the circular slider to get two rows of two drives.
 
Status
Not open for further replies.
Top