On May 27, 2010, at 12:37 PM, Per Jorgensen wrote:

> I get the following output when i run a zpool status , but i am a little 
> confused of why c9t8d0 is more "left align" then the rest of the disks in the 
> pool , what does it mean ?

It means that is is another top-level vdev in your pool.
Basically you have two top-level vdevs: one is your raidz2 vdev containing 7 
disks, and another one single disk top-level vdev c9t8d0.

I guess it was added like this "zpool add -f blmpool c9t8d0". Without -f it 
would complain about mismatching replication levels. You can check pool history 
to see when exactly it was done.


> 
> $ zpool status blmpool
>  pool: blmpool
> state: ONLINE
> scrub: none requested
> config:
> 
>        NAME        STATE     READ WRITE CKSUM
>        blmpool     ONLINE       0     0     0
>          raidz2    ONLINE       0     0     0
>            c9t0d0  ONLINE       0     0     0
>            c9t1d0  ONLINE       0     0     0
>            c9t3d0  ONLINE       0     0     0
>            c9t4d0  ONLINE       0     0     0
>            c9t5d0  ONLINE       0     0     0
>            c9t6d0  ONLINE       0     0     0
>            c9t7d0  ONLINE       0     0     0
>          c9t8d0    ONLINE       0     0     0
> -- 
> This message posted from opensolaris.org
> _______________________________________________
> zfs-discuss mailing list
> zfs-discuss@opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to