]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
fix 2 null versionID after convert_plain_entry_to_versioned 53398/head
authorRickyMaRui <140392518+RickyMaRui@users.noreply.github.com>
Fri, 28 Jul 2023 03:22:10 +0000 (11:22 +0800)
committerMykola Golub <mgolub@suse.com>
Mon, 11 Sep 2023 16:30:23 +0000 (19:30 +0300)
commit217e804e61e720ed4a2af26692fa7b52fcf5d0f2
tree3c28fbf6f242a9af055c43a42149711ff51eb8df
parentc3d789e4a41a6c293fa2a1f7448cc08fcae39adb
fix 2 null versionID after convert_plain_entry_to_versioned

After convert plain entry to versioned, the converted entry epoch is 1.
Setting this ensures that there is only one null version.

Fixes: https://tracker.ceph.com/issues/62013
Signed-off-by: rui ma <marui1@chinatelecom.cn>
Signed-off-by: zhuo li <lizhuo@chinatelecom.cn>
(cherry picked from commit 14cfbfd60c45cc0f04f7a83057cb460731f3cc70)
src/cls/rgw/cls_rgw.cc