mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-01-14 01:02:04 +03:00
When examining the root dataset with zdb -k, we get into a mismatched state. main() knows we are not examining the whole pool, but it strips off the trailing slash. import_checkpointed_state() then thinks we are examining the whole pool, and does not update the target path appropriately. The fix is to directly inform import_checkpointed_state that we are examining a filesystem, and not the whole pool. Sponsored-by: Klara, Inc. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Alexander Motin <mav@FreeBSD.org> Reviewed-by: Rob Norris <rob.norris@klarasystems.com> Signed-off-by: Paul Dagnelie <paul.dagnelie@klarasystems.com> Co-authored-by: Paul Dagnelie <paul.dagnelie@klarasystems.com> Closes #17536 |
||
|---|---|---|
| .. | ||
| checkpoint_after_rewind.ksh | ||
| checkpoint_big_rewind.ksh | ||
| checkpoint_capacity.ksh | ||
| checkpoint_conf_change.ksh | ||
| checkpoint_discard_busy.ksh | ||
| checkpoint_discard_many.ksh | ||
| checkpoint_discard.ksh | ||
| checkpoint_indirect.ksh | ||
| checkpoint_invalid.ksh | ||
| checkpoint_lun_expsz.ksh | ||
| checkpoint_open.ksh | ||
| checkpoint_removal.ksh | ||
| checkpoint_rewind.ksh | ||
| checkpoint_ro_rewind.ksh | ||
| checkpoint_sm_scale.ksh | ||
| checkpoint_twice.ksh | ||
| checkpoint_vdev_add.ksh | ||
| checkpoint_zdb.ksh | ||
| checkpoint_zhack_feat.ksh | ||
| cleanup.ksh | ||
| pool_checkpoint.kshlib | ||
| setup.ksh | ||