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
>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
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
>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
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
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
>>
[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
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