]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFV r323913: 8600 ZFS channel programs - snapshot
authoravg <avg@FreeBSD.org>
Mon, 2 Oct 2017 11:32:08 +0000 (11:32 +0000)
committeravg <avg@FreeBSD.org>
Mon, 2 Oct 2017 11:32:08 +0000 (11:32 +0000)
commit76beef80e1b56de99976e39b938ec6bab7348e67
tree526690e966f5f9a41bc25e2db00d91566f849094
parent904b3b0775fe742d1f33b4a1018b05161756aacc
MFV r323913: 8600 ZFS channel programs - snapshot

illumos/illumos-gate@2840dce1a029098fb784afd951d5f98089f850d8
https://github.com/illumos/illumos-gate/commit/2840dce1a029098fb784afd951d5f98089f850d8

https://www.illumos.org/issues/8600
  ZFS channel programs should be able to create snapshots.
  In addition to the base snapshot functionality, this will likely entail adding
  extra logic to handle edge cases which were formerly not possible, such as
  creating then destroying a snapshot in the same transaction sync.

Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: John Kennedy <john.kennedy@delphix.com>
Reviewed by: Brad Lewis <brad.lewis@delphix.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Author: Chris Williamson <chris.williamson@delphix.com>

MFC after: 5 weeks
X-MFC after: r324163
cddl/contrib/opensolaris/cmd/zfs/zfs-program.8
cddl/contrib/opensolaris/lib/libzfs_core/common/libzfs_core.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dataset.h
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zcp.h
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zcp.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zcp_global.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zcp_synctask.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c