diff options
author | Cedric Maunoury <[email protected]> | 2021-02-24 18:48:58 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-24 09:48:58 -0800 |
commit | b9c07ec71b205c034e63f34fa3546437ea766b3b (patch) | |
tree | 1a3f800327f72bc444ab00e6e877b17a5ec6d884 /configure.ac | |
parent | 9312e0fd1e162094ba2470408878879fa24eeaf7 (diff) |
send_iterate_snap : doall send without fromsnap
The behavior of a NULL fromsnap was inadvertently changed for a doall
send when the send/recv logic in libzfs was updated. Restore the
previous behavior by correcting send_iterate_snap() to include all
the snapshots in the nvlist for this case.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Cedric Maunoury <[email protected]>
Closes #11608
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4520a290a..b2d88554e 100644 --- a/configure.ac +++ b/configure.ac @@ -230,6 +230,7 @@ AC_CONFIG_FILES([ tests/zfs-tests/cmd/readmmap/Makefile tests/zfs-tests/cmd/rename_dir/Makefile tests/zfs-tests/cmd/rm_lnkcnt_zero_file/Makefile + tests/zfs-tests/cmd/send_doall/Makefile tests/zfs-tests/cmd/stride_dd/Makefile tests/zfs-tests/cmd/threadsappend/Makefile tests/zfs-tests/cmd/user_ns_exec/Makefile |