Re: [zfs-discuss] zfs send & receive problem/questions

2010-12-03 Thread Edward Ned Harvey
> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss- > boun...@opensolaris.org] On Behalf Of Don Jackson > > # zfs send -R naspool/open...@xfer-11292010 | zfs recv -d > npool/openbsd > cannot receive new filesystem stream: out of space > > The destination pool is much larger

Re: [zfs-discuss] zfs send & receive problem/questions

2010-12-03 Thread Don Jackson
> Try using the -d option to zfs receive.  The ability > to do "zfs send > -R ... | zfs receive [without -d]" was added > relatively recently, and > you may be encountering a bug that is specific to > receiving a send of > a whole pool. I just tried this, didn't work, new error: # zfs send -

Re: [zfs-discuss] zfs send & receive problem/questions

2010-12-03 Thread Matthew Ahrens
On Wed, Dec 1, 2010 at 10:30 AM, Don Jackson wrote: > > # zfs send -R naspool/open...@xfer-11292010 | zfs receive -Fv  npool/openbsd > receiving full stream of naspool/open...@xfer-11292010 into > npool/open...@xfer-11292010 > received 23.5GB stream in 883 seconds (27.3MB/sec) > cannot receive ne

Re: [zfs-discuss] zfs send & receive problem/questions

2010-12-02 Thread Cindy Swearingen
Hi Don, I'm no snapshot expert but I think you will have to remove the previous receiving side snapshots, at least. I created a file system hierarchy that includes a lower-level snapshot, created a recursive snapshot of that hierarchy and sent it over to a backup pool. Then, did the same steps a

Re: [zfs-discuss] zfs send & receive problem/questions

2010-12-01 Thread Don Jackson
Here is some more info on my system: This machine is running Solaris 10 U9, with all the patches as of 11/10/2010. The source zpool I am attempting to transfer from was originally created on a older OpenSolaris (specifically Nevada) release, I think it was 111. I did a zpool export on that zpool

Re: [zfs-discuss] zfs send & receive problem/questions

2010-12-01 Thread Edward Ned Harvey
> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss- > boun...@opensolaris.org] On Behalf Of Don Jackson > > # zfs send -R naspool/open...@xfer-11292010 | zfs receive -Fv > npool/openbsd > receiving full stream of naspool/open...@xfer-11292010 into > npool/open...@xfer-11292010 receive

[zfs-discuss] zfs send & receive problem/questions

2010-12-01 Thread Don Jackson
Hello, I am attempting to move a bunch of zfs filesystems from one pool to another. Mostly this is working fine, but one collection of file systems is causing me problems, and repeated re-reading of "man zfs" and the ZFS Administrators Guide is not helping. I would really appreciate some help