]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: fix wrong input when calling recover_object() 46120/head
authormyoungwon oh <ohmyoungwon@gmail.com>
Tue, 18 May 2021 05:38:05 +0000 (14:38 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Tue, 3 May 2022 02:14:31 +0000 (11:14 +0900)
commit061589f7c5b2112c1a5a9f6469f2a110f7771e3b
treea42fa2b6916095bfb0c5d4ac4548661a8347614a
parentb42bd433b8c85da129c1c277665f5ddab82dd5fb
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>
(cherry-picked from c3163dd2e81eb7575385991387926631d989aca2)
src/osd/PrimaryLogPG.cc