]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
octopus: rgwlc: fix segfault resharding during lc 46745/head
authorMark Kogan <mkogan@redhat.com>
Tue, 15 Mar 2022 13:06:56 +0000 (15:06 +0200)
committerMark Kogan <mkogan@redhat.com>
Sun, 19 Jun 2022 17:20:24 +0000 (20:20 +0300)
Fixes: https://tracker.ceph.com/issues/54363
Signed-off-by: Mark Kogan <mkogan@redhat.com>
(cherry picked from commit 7d2e72a9d0451e36141282d6456a4c23d753b592)

src/rgw/rgw_lc.cc

index 11defdcd4927a732afdd24db906bdb28751363b6..f7915d92967975b1bacfadf1293c05c38b81cde1 100644 (file)
@@ -481,7 +481,7 @@ public:
         if (ret < 0) {
           ldout(store->ctx(), 0) << "ERROR: list_op returned ret=" << ret
                                 << dendl;
-          return ret;
+          return false;
         }
       }
       delay();