From b9c07ec71b205c034e63f34fa3546437ea766b3b Mon Sep 17 00:00:00 2001 From: Cedric Maunoury <38213715+cedricmaunoury@users.noreply.github.com> Date: Wed, 24 Feb 2021 18:48:58 +0100 Subject: 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 Signed-off-by: Cedric Maunoury Closes #11608 --- tests/runfiles/common.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runfiles') diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index e656785d9..2fffd7a45 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -807,7 +807,7 @@ tests = ['recv_dedup', 'recv_dedup_encrypted_zvol', 'rsend_001_pos', 'send_freeobjects', 'send_realloc_files', 'send_realloc_encrypted_files', 'send_spill_block', 'send_holds', 'send_hole_birth', 'send_mixed_raw', 'send-wR_encrypted_zvol', - 'send_partial_dataset', 'send_invalid'] + 'send_partial_dataset', 'send_invalid', 'send_doall'] tags = ['functional', 'rsend'] [tests/functional/scrub_mirror] -- cgit v1.2.3