zfs mirror of data
I have created the zfs 6 disk of 400GB with the folllowing config.For the example, I get the 1.2TB disk space.
Example 1:
root@test:~# zpool create -f dpool c2d1s0 c2d2s0 c2d3s0
#zpool attach dpool c2d1s0 c2d4s0
# zpool attach dpool c2d2s0 c2d5s0
#zpool attach dpool c2d3s0 c2d6s0
root@test:~# zpool status
pool: dpool
state: ONLINE
scan: resilvered 40.5K in 0h0m with 0 errors on Wed Sep 4 11:58:57 2013
config:
NAME STATE READ WRITE CKSUM
dpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
c2d1s0 ONLINE 0 0 0
c2d4s0 ONLINE 0 0 0