Project

General

Profile

Subtask #5433

Updated by Loïc Dachary almost 11 years ago

h3. h2. Discussions

* "Separating Peering from PG":http://thread.gmane.org/gmane.comp.file-systems.ceph.devel/15755

h3. h2. TODO

* Move PG::RecoveryState in PGRecoveryState.{cc,h}
* Create PGInterface : an abstract base class for PG enumerating all PG methods used by PGRecoveryState
* Move Peering states / methods out of PGRecoveryState.{cc,h} and into PGPeering.{cc,h}
* Write tests for PGPeering.{cc,h}, using a fixture derived from PGInterface

Back