]> git.proxmox.com Git - mirror_zfs.git/commit
zdb: Dump encrypted write and clone ZIL records
authorAlexander Motin <mav@FreeBSD.org>
Wed, 6 Dec 2023 20:39:12 +0000 (15:39 -0500)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2023 20:39:12 +0000 (12:39 -0800)
commitf9765b182eae1d031aa6559b22688329fff90fba
tree31345fad0867226b8710cbe5a95744fb61988b37
parent86239a5b9c54e5d34c75446e23c4c88f8defc59f
zdb: Dump encrypted write and clone ZIL records

Block pointers are not encrypted in TX_WRITE and TX_CLONE_RANGE
records, so we can dump them, that may be useful for debugging.

Related to #15543.
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Alexander Motin <mav@FreeBSD.org>
Sponsored by: iXsystems, Inc.
Closes #15629
cmd/zdb/zdb_il.c