Skip to content

Commit bb790fe

Browse files
authored
Merge pull request ceph#65198 from xxhdx1985126/wip-72701
crimson/os/seastore/cache: clear extents_index when the booting is done Reviewed-by: Samuel Just <[email protected]>
2 parents 4039919 + 8495d64 commit bb790fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crimson/os/seastore/cache.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,6 +1600,7 @@ class Cache : public ExtentTransViewRetriever,
16001600

16011601
void boot_done() {
16021602
booting = false;
1603+
extents_index.clear();
16031604
}
16041605
private:
16051606
void touch_extent_fully(

0 commit comments

Comments
 (0)