]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd: remove stale comment
authorKefu Chai <kchai@redhat.com>
Fri, 14 Aug 2020 14:00:14 +0000 (22:00 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 15 Aug 2020 03:09:13 +0000 (11:09 +0800)
CyanStore supports readv() now, so remove this comment.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/replicated_recovery_backend.cc

index 72619387aa6e3fef8811c847a411aea529879f43..26234bfe12b321a7c56182a556c8c3c14b81f6d8 100644 (file)
@@ -488,7 +488,6 @@ seastar::future<ObjectRecoveryProgress> ReplicatedRecoveryBackend::build_push_op
        return seastar::make_ready_future<>();
       }
     }).then([this, &oi, pop] {
-      //TODO: there's no readv in cyan_store yet, use read temporarily.
       return store->readv(coll, ghobject_t{oi.soid}, pop->data_included, 0);
     }).safe_then([&recovery_info, &progress,
       &new_progress, stat, pop, &v]