]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgwlc: quincy: fix segfault resharding during lc 46742/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 15:51:57 +0000 (18:51 +0300)
Fixes: https://tracker.ceph.com/issues/54967
Signed-off-by: Mark Kogan <mkogan@redhat.com>
(cherry picked from commit 7d2e72a9d0451e36141282d6456a4c23d753b592)

src/rgw/rgw_lc.cc

index a819d61777800886a9cf33775a7b9ad686862ac8..31822d862c60577802cccf9576638c165197ae33 100644 (file)
@@ -477,7 +477,7 @@ public:
         if (ret < 0) {
           ldpp_dout(dpp, 0) << "ERROR: list_op returned ret=" << ret
                                 << dendl;
-          return ret;
+          return false;
         }
       }
       delay();