]> granicus.if.org Git - zfs/commit
zfs send -p send properties only for snapshots that are actually sent
authorAndriy Gapon <avg@icyb.net.ua>
Thu, 15 May 2014 08:42:19 +0000 (11:42 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 2 Oct 2014 23:52:02 +0000 (16:52 -0700)
commit057485504e3a4502c265813ab58e9ec8ffc2a3be
tree1747f3269b22e4d01864836e423f8f749420b148
parent7509a3d29963882a0c7fa9e703085c3a6a2ced65
zfs send -p send properties only for snapshots that are actually sent

... as opposed to sending properties of all snapshots of the relevant
filesystem.  The previous behavior results in properties being set on
all snapshots on the receiving side, which is quite slow.

Behavior of zfs send -R is not changed.

References:
  http://thread.gmane.org/gmane.comp.file-systems.openzfs.devel/346

Ported-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #2729
Issue #2210
lib/libzfs/libzfs_sendrecv.c