Kava,

Because of a recent bug, you need to export and import the pool to see 
the expanded space after you use zpool replace.

Also, you don't need to detach first. The process would look like this:

# zpool create test mirror 8gb-1 8gb-2
# zpool replace test 8gb-1 12gb-1
# zpool replace test 8gb-2 12gb-2
# zpool export test
# zpool import test

See if that helps...

Cindy


Kava wrote:
> I don't think that is correct. I did it 5 minutes ago and it didn't change 
> the pool size at all.
> 
> Here is what I did:
> - create mirrored pool of 2 x 8GB disks 
> - detach one disk
> - attach/replace with 12Gb disk
> - detach second disk
> - attach/replace with second 12GB disk
> 
> After this, the pool was still 8GB in size and there was no 'spare' space 
> that I could see or use on the 12GB disks.
> 
> Maybe I did it wrong?
>  
>  
> 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