]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: fix wrong input when calling recover_object() 41373/head
authormyoungwon oh <ohmyoungwon@gmail.com>
Tue, 18 May 2021 05:38:05 +0000 (14:38 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Tue, 18 May 2021 05:47:48 +0000 (14:47 +0900)
commitc3163dd2e81eb7575385991387926631d989aca2
tree809052c2654b6b5f08c460b16acd659a198786d2
parentd9497684f7e3838c088ffdc11675bc530a49a72c
osd: fix wrong input when calling recover_object()

Iterating the obc' clones, recover_object() should check correspoding
adjacent clones.

fixes: https://tracker.ceph.com/issues/50806

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