RAID10 on freeNAS 8.3.0

Status
Not open for further replies.

Anzac

Cadet
Joined
Nov 16, 2012
Messages
1
Hi There

After lots of conflicting posts scattered across various websites i thought I'd share my experiences setting up RAID10 with ZFS
From this site i found most of the details http://www.zfsbuild.com/2010/06/03/howto-create-striped-mirror-vdev-pool/

What i had to do was run the commands using Putty to create the pool (substitute the word tank with whatever you want to call the pool)

What i found with 8.3.0 is that you need to reboot after you have run the commands.
Once rebooted you can import the configuration using Storage > Auto import Volume then create your shares.

Hope this helps

Anzac
 

Yell

Explorer
Joined
Oct 24, 2012
Messages
74
a simple
Code:
zpool export

would have saved you the reboot
 

fluxnull

Cadet
Joined
Nov 29, 2012
Messages
8
Is this a valid ZFS RAID 10 setup ?

I first created a mirror (mirror-0) using disks ada0 and ada1 naming them "vault". I then extended "vault" using disks ada2 and ada3 (mirror-1). Am I understanding this correct that this creates and implied stripe? I attempted to follow the instructions posted above but to no avail because I could not run the "format" command I get the following message "bash: format: command not found".

ZFS_RAID_10.jpg

ZFS_RAID_10_2.jpg

pool: vault
state: ONLINE
scan: none requested
config:

NAME STATE READ WRITE CKSUM
vault ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
gptid/f9b1c652-39fe-11e2-912b-f46d0475280b ONLINE 0 0 0
gptid/fa6c48c8-39fe-11e2-912b-f46d0475280b ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
ada2p2.nop ONLINE 0 0 0
ada3p2.nop ONLINE 0 0 0

errors: No known data errors
 
Status
Not open for further replies.
Top