Hi everyone,
I feel pretty dumb for asking this and I've searched all over.
I just created a brand new RAIDZ array with my 4 hard drives using this command:
[cmd=]zpool create datastore raidz /dev/da0 /dev/da1 /dev/da2 /dev/da3[/cmd]
When I do a zpool status this is what I get (9.0 RC1)
Am I ok here? Is raidz1-0 the same as regular old raidz1? These disks have been used in OpenSolaris machines and a previous FreeBSD ZFS array and I erase them every time. At one time I had them set up in a RAIDZ10 array so maybe something isnt being properly erased?
I run this command on each disk to clean them off before I create the array:
[cmd=]dd if=/dev/zero of=/dev/DISK bs=1m count=1[/cmd]
Thanks for any help!
I feel pretty dumb for asking this and I've searched all over.
I just created a brand new RAIDZ array with my 4 hard drives using this command:
[cmd=]zpool create datastore raidz /dev/da0 /dev/da1 /dev/da2 /dev/da3[/cmd]
When I do a zpool status this is what I get (9.0 RC1)
Code:
pool: datastore
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
datastore ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
da0 ONLINE 0 0 0
da1 ONLINE 0 0 0
da2 ONLINE 0 0 0
da3 ONLINE 0 0 0
Am I ok here? Is raidz1-0 the same as regular old raidz1? These disks have been used in OpenSolaris machines and a previous FreeBSD ZFS array and I erase them every time. At one time I had them set up in a RAIDZ10 array so maybe something isnt being properly erased?
I run this command on each disk to clean them off before I create the array:
[cmd=]dd if=/dev/zero of=/dev/DISK bs=1m count=1[/cmd]
Thanks for any help!