]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd/pg: clear PG_STATE_SNAPTRIM on interval changes 57416/head
authorXuehan Xu <xuxuehan@qianxin.com>
Sat, 11 May 2024 07:01:54 +0000 (15:01 +0800)
committerXuehan Xu <xuxuehan@qianxin.com>
Sat, 11 May 2024 07:09:08 +0000 (15:09 +0800)
commit2c216b95ece4a0ec7ad723bdd2b00efce3135b2d
tree6c16b96bd46d545c807f400d3c1890d8a20b0b56
parent1116c418b4fed0c8b6ab42d4f6c23cdc1afbef57
crimson/osd/pg: clear PG_STATE_SNAPTRIM on interval changes

This is to avoid the scenarios in which pgs get activated before
PG_STATE_SNAPTRIM of the last pg interval gets cleared

Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
src/crimson/osd/pg.cc