]> granicus.if.org Git - zfs/commit
OpenZFS 7247 - zfs receive of deduplicated stream fails
authorGeorge Melikov <mail@gmelikov.ru>
Sat, 4 Feb 2017 17:10:24 +0000 (20:10 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 4 Feb 2017 17:10:24 +0000 (09:10 -0800)
commit2e0e443ac40c7e825a02519a497328226bd866ff
tree40b32d221e46f670d1efe0925842330b542e4bda
parent57c6a9174d9e1d3844181267e34d9510b1250b4a
OpenZFS 7247 - zfs receive of deduplicated stream fails

Authored by: Chris Williamson <chris.williamson@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Reviewed-by: loli10K <ezomori.nozomu@gmail.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Ported-by: George Melikov <mail@gmelikov.ru>
OpenZFS-issue: https://www.illumos.org/issues/7247
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/2ad25b4
Closes #5689

Porting notes:
- tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_013_pos.ksh
  renamed as zfs_receive_015_pos.ksh, zfs_receive_013_pos.ksh is now
  used for OpenZFS test.
- libzfs_sendrecv.c: SMALLEST_POSSIBLE_MAX_DDT_MB is always used
  for all 32-bit builds.
lib/libzfs/libzfs_sendrecv.c
module/zfs/dmu_send.c
tests/runfiles/linux.run
tests/zfs-tests/tests/functional/cli_root/zfs_receive/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_013_pos.ksh
tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_015_pos.ksh [new file with mode: 0755]