]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: do not make the manifest object dirty after tier-evict 46101/head
authormyoungwon oh <ohmyoungwon@gmail.com>
Mon, 16 May 2022 07:06:05 +0000 (16:06 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Thu, 28 Jul 2022 01:22:48 +0000 (10:22 +0900)
commit710c4a245c040209965dc58edd3e866b2cbc7325
treed436cab93361e88ef44377ef2bdbf553e28b0a08
parentea749df517f72c1c46b373ba712ed2373272bed3
osd: do not make the manifest object dirty after tier-evict

Once current tier-evict is called, the object become dirty even
though there is no changes before---tier-evict just modifies chunks'
state to missing, so that no need to change object's state to dirty.

This is not intened hehavior. Therefore, this commits adds a line
to prevent being dirty.

Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
src/osd/PrimaryLogPG.cc