]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd/osd: introduce start_pg_operation
authorSamuel Just <sjust@redhat.com>
Fri, 11 Feb 2022 04:22:56 +0000 (04:22 +0000)
committerSamuel Just <sjust@redhat.com>
Fri, 6 May 2022 02:38:21 +0000 (02:38 +0000)
commit244c17f7389fc4eb9e489e9b22ec4aac0ec1de09
treec5ba514abe4226cb54e1d7608f82f55530b11092
parent557adf64e2dd6c2360f366e0dc3e8e360e380d0b
crimson/osd/osd: introduce start_pg_operation

We're going to unify responsibility for routing requests to requests
to start_pg_operation from the different osd operation types.  Later,
this will move into a new type responsible for dealing with the pg->core
mapping.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/osd/osd.cc
src/crimson/osd/osd.h
src/crimson/osd/osd_operation.h