Handojo wrote:
> hando...@opensolaris:~# zpool add rpool c4d0
>   
Two problems: first, the command needed is 'zpool attach', because 
you're making a mirror.  'zpool add' is for extending stripes, and 
currently stripes are not supported as root pools.

The second problem is that when the drive is specified without a slice, 
then zfs will reformat it with an EFI label, so the attach command 
should be given c4d0s0 instead of c4d0.  Use 'format -e' to get it back 
to SMI, and then use this command:

zpool attach rpool c3d0s0 c4d0s0



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

Reply via email to