mirror of
https://github.com/opnsense/src.git
synced 2026-06-30 13:00:01 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue