]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: do not promote objects if op is is_dirty 43380/head
authormyoungwon oh <ohmyoungwon@gmail.com>
Fri, 1 Oct 2021 01:29:32 +0000 (10:29 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Fri, 1 Oct 2021 01:29:32 +0000 (10:29 +0900)
commit4cb57a762192e61a388d61e722b6deff89f5487a
tree615ed8a6bbfd8f76cd0c555f496ee9ba2d21dbb2
parent3e3ec79de07eb82f060434b9f85cf311507db157
osd: do not promote objects if op is is_dirty

manifest object contains object_info_t even if the object
is flushed, so OSD can reply the result of is_dirty.

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