]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/: mechanically rip PeeringState and friends out into their own file
authorSamuel Just <sjust@redhat.com>
Thu, 25 Apr 2019 17:39:22 +0000 (10:39 -0700)
committersjust@redhat.com <sjust@redhat.com>
Wed, 1 May 2019 18:22:11 +0000 (11:22 -0700)
commit12b60ed53a609cfdaa33dd6f447ab9920271f605
tree7834e1cd6a96dede9a07c54184888c4e1fb95273
parent5e36acdb6f9ac3c6469e937f6b4f916bfd217ab7
osd/: mechanically rip PeeringState and friends out into their own file

The next step is to rationalize the PeeringState<->PG relationship.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/CMakeLists.txt
src/osd/OSD.cc
src/osd/PG.cc
src/osd/PG.h
src/osd/PeeringState.cc [new file with mode: 0644]
src/osd/PeeringState.h [new file with mode: 0644]
src/osd/PrimaryLogPG.cc
src/osd/PrimaryLogPG.h