Enda O'Connor wrote: > [EMAIL PROTECTED] wrote: >> Suppose I have a single ZFS pool on a single disk; >> I want to upgrade the system to use two different, larger disks >> and I want to mirror. >> >> Can I do something like: >> >> - I start with disk #0 >> - add mirror on disk #1 >> (resilver) >> - replace first disk (#0) with disk #2 >> (resilver) >> >> Casper >> _______________________________________________ >> zfs-discuss mailing list >> zfs-discuss@opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss > make sure to install the bootblk on disk#2 before removing disk#0, > zpool doesn't do this if you add a second disk to the system. > > Enda > _______________________________________________ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss Hi just to be clear
/sbin/installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/.... it works fine for me, once you do the above step if you add a disk to a root pool, and then remove the original boot disk. Enda _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss