diff options
author | mav <mav@FreeBSD.org> | 2016-01-26 13:14:39 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2016-01-26 13:14:39 +0000 |
commit | f904c5a333da8e5dc66548da80c974216ef23c97 (patch) | |
tree | 0678f1462276d98c1b7765a8f41bf60d4dfddd8e /LOCKS | |
parent | 71d7abc46e4defbcf77033c417935b944c13084a (diff) | |
download | FreeBSD-src-f904c5a333da8e5dc66548da80c974216ef23c97.zip FreeBSD-src-f904c5a333da8e5dc66548da80c974216ef23c97.tar.gz |
MFV r294814: 6393 zfs receive a full send as a clone
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Prakash Surya <prakash.surya@delphix.com>
Reviewed by: Richard Elling <Richard.Elling@RichardElling.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Author: Paul Dagnelie <pcd@delphix.com>
illumos/illumos-gate@68ecb2ec930c4b0f00acaf8e0abb2b19c4b8b76f
This allows to do a full (non-incremental send) and receive it as a clone
of an existing dataset. It can leverage nopwrite to share blocks with the
origin. This can be used to change the relationship of datasets on the
target. For example, maybe on the source you have:
A ---- B ---- C
And you have sent to the target a full of B, and the incremental B->C:
B ---- C
You later realize that you want to have A on the target. You will have to
do a full send of A, but nopwrite can save you space on the target if you
receive it as a clone of B, assuming that A and B have some blocks inxi
common:
B ---- C
\
A
Diffstat (limited to 'LOCKS')
0 files changed, 0 insertions, 0 deletions