mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-05-23 15:04:59 +03:00
spa: clear checkpoint information during retry
Sponsored-by: Klara, Inc. Sponsored-by: Wasabi Technology, Inc. Reviewed-by: Alexander Motin <mav@FreeBSD.org> Signed-off-by: Mariusz Zaborski <oshogbo@FreeBSD.org> Closes #17319
This commit is contained in:
parent
2ee5b51a57
commit
8b9c4e643b
@ -2194,6 +2194,7 @@ spa_unload(spa_t *spa)
|
||||
}
|
||||
|
||||
spa->spa_raidz_expand = NULL;
|
||||
spa->spa_checkpoint_txg = 0;
|
||||
|
||||
spa_config_exit(spa, SCL_ALL, spa);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user