]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgwlc: fix segfault resharding during lc 45391/head
authorMark Kogan <mkogan@redhat.com>
Tue, 15 Mar 2022 13:06:56 +0000 (15:06 +0200)
committerMark Kogan <mkogan@redhat.com>
Tue, 15 Mar 2022 13:06:56 +0000 (15:06 +0200)
Fixes: https://tracker.ceph.com/issues/54363
Signed-off-by: Mark Kogan <mkogan@redhat.com>
src/rgw/rgw_lc.cc

index 4570689eea8e3c9815d09f4727d4149cf5847b46..b5aacae5c7831134cd4a63c20cb32436eb9a7f6a 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();