Project

General

Profile

Subtask #5433

Updated by Loïc Dachary almost 11 years ago

"work in progress":https://github.com/dachary/ceph/tree/wip-5433 

 h3. Discussions 

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

 h3. References 

 * "Ceph Placement Groups peering":http://dachary.org/?p=2061 
 * "Description of the Peering Process":https://github.com/ceph/ceph/blob/b89d7420e3501247d6ed282d2253c95c758526b1/doc/dev/peering.rst 

 h3. 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