]> git.proxmox.com Git - mirror_zfs.git/commit
Improve tests and update man page for healing recv
authorAlek P <alek-p@users.noreply.github.com>
Wed, 15 Mar 2023 17:34:10 +0000 (10:34 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Mar 2023 17:34:10 +0000 (10:34 -0700)
commitf55d6ee818763a78328345c5bee9f38d18b852a6
treeea18928ba412b5d1f554a0dbc6ce41296114f4ff
parentd74f123045bf3657f65c477b0bd874cb0215b439
Improve tests and update man page for healing recv

Fix the manpage. The "SYNOPSIS" section is incorrectly formatted for
receive -c.  I also took this opportunity to reword some parts and
fix a run-on sentence in the manpage.

Add large block testing for corrective recv. This adds a new test
that makes sure blocks generated using zfs send -L/--large-block
large-block send flag are able to be used for healing.

Since with unloaded key and errlog feature enabled corruption is not
shown in zpool status #13675 is fixed the zfs_receive_corrective.ksh
test no longer sets -o feature@head_errlog=disabled on pool creation
so that it can also test for regressions related to head_errlog feature.

Note that the zfs_receive_compressed_corrective.ksh and
zfs_receive_large_block_corrective.ksh tests are still creating pools
with -o feature@head_errlog=disabled.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Alek Pinchuk <apinchuk@axcient.com>
Closes #14615
man/man8/zfs-receive.8
tests/runfiles/common.run
tests/zfs-tests/tests/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_corrective.ksh
tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_large_block_corrective.ksh [new file with mode: 0755]