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