Re: [zfs-discuss] Add remote disk to zfs pool

2010-06-09 Thread Edward Ned Harvey
> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss- > boun...@opensolaris.org] On Behalf Of Alvin Lobo > > Is there a way that i can add one HDD from server A and one HDD from > server B to a zfs pool so that there is an online snapshot taken at > regular intervals. hence maintaining

Re: [zfs-discuss] Add remote disk to zfs pool

2010-06-09 Thread Cindy Swearingen
Hi Alvin, Which Solaris release is this? If you are using a OpenSolaris release (build 131), you might consider the zpool split feature that allows you to clone a mirrored pool by attaching the HDD to the pool, letting it resilver, and using zpool split to clone the pool. Then, move the HDD and

Re: [zfs-discuss] Add remote disk to zfs pool

2010-06-09 Thread Roy Sigurd Karlsbakk
- "Alvin Lobo" skrev: > Is there a way that i can add one HDD from server A and one HDD from > server B to a zfs pool so that there is an online snapshot taken at > regular intervals. hence maintaining a copy on both HDD's. I think zfs send/receive might be what you are looking for. Vennlig