Re: [zfs-discuss] Upgrading from a single disk.

2008-11-20 Thread Tim
On Thu, Nov 20, 2008 at 4:41 AM, <[EMAIL PROTECTED]> wrote: > > >If you need to install bootblocks, it doesn't matter when you do it. > > > >But I found the answers I want, I think what I need to do is: > > > > > > zpool attach export disk#0 disk#1 > > > >(this makes the single pool into a m

Re: [zfs-discuss] Upgrading from a single disk.

2008-11-20 Thread Casper . Dik
>If you need to install bootblocks, it doesn't matter when you do it. > >But I found the answers I want, I think what I need to do is: > > > zpool attach export disk#0 disk#1 > >(this makes the single pool into a mirror) > >And if resilvering is done, I can use: > > zpool replace expor

Re: [zfs-discuss] Upgrading from a single disk.

2008-11-19 Thread Tim
On Wed, Nov 19, 2008 at 8:39 AM, Ross <[EMAIL PROTECTED]> wrote: > Sorry to ask a dumb question, but is that before or after you attach the > disk to the mirror? > -- > This message posted from opensolaris.org > ___ > zfs-discuss mailing list > zfs-discu

Re: [zfs-discuss] Upgrading from a single disk.

2008-11-19 Thread Casper . Dik
>Sorry to ask a dumb question, but is that before or after you attach the disk >to the mirror? If you need to install bootblocks, it doesn't matter when you do it. But I found the answers I want, I think what I need to do is: zpool attach export disk#0 disk#1 (this makes the single

Re: [zfs-discuss] Upgrading from a single disk.

2008-11-19 Thread Ross
Sorry to ask a dumb question, but is that before or after you attach the disk to the mirror? -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] Upgrading from a single disk.

2008-11-19 Thread Enda O'Connor
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 >>

Re: [zfs-discuss] Upgrading from a single disk.

2008-11-19 Thread Enda O'Connor
[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) > - repl

[zfs-discuss] Upgrading from a single disk.

2008-11-19 Thread Casper . Dik
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