Re: [zfs-discuss] Add mirror to an existing Zpool

2007-04-10 Thread Mark J Musante
On Tue, 10 Apr 2007, Martin Girard wrote: > Is it possible to make my zpool redundant by adding a new disk in the pool > and making it a mirror with the initial disk? Sure, by using zpool attach: # mkfile 64m /tmp/foo /tmp/bar # zpool create tank /tmp/foo # zpool status pool: tank state: ONLI

Re: [zfs-discuss] Add mirror to an existing Zpool

2007-04-10 Thread Cindy . Swearingen
Hi Martin, Yes, you can do this with the zpool attach command. See the output below. An example in the ZFS Admin Guide is here: http://docs.sun.com/app/docs/doc/817-2271/6mhupg6ft?a=view Cindy # zpool create mpool c1t20d0 # zpool status mpool pool: mpool state: ONLINE scrub: none reques

Re: [zfs-discuss] Add mirror to an existing Zpool

2007-04-10 Thread Jeremy Teo
Read the man page for zpool. Specifically, zpool attach. On 4/10/07, Martin Girard <[EMAIL PROTECTED]> wrote: Hi, I have a zpool with only one disk. No mirror. I have some data in the file system. Is it possible to make my zpool redundant by adding a new disk in the pool and making it a mirror

[zfs-discuss] Add mirror to an existing Zpool

2007-04-10 Thread Martin Girard
Hi, I have a zpool with only one disk. No mirror. I have some data in the file system. Is it possible to make my zpool redundant by adding a new disk in the pool and making it a mirror with the initial disk? If yes, how? Thanks Martin This message posted from opensolaris.org ___