Skip to content

Commit 8a6daa3

Browse files
committed
spa: clear checkpoint information during retry
Signed-off-by: Mariusz Zaborski <[email protected]> Sponsored-by: Klara, Inc. Sponsored-by: Wasabi Technology, Inc.
1 parent 1a8f5ad commit 8a6daa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

module/zfs/spa.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,6 +2194,7 @@ spa_unload(spa_t *spa)
21942194
}
21952195

21962196
spa->spa_raidz_expand = NULL;
2197+
spa->spa_checkpoint_txg = 0;
21972198

21982199
spa_config_exit(spa, SCL_ALL, spa);
21992200
}

0 commit comments

Comments
 (0)