mirror of
https://github.com/ceph/ceph
synced 2024-12-28 22:43:29 +00:00
Merge pull request #21312 from wjwithagen/wjw-PG-public
osd: make PG::*Force* event structs public Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
1673af53c1
@ -1892,15 +1892,16 @@ protected:
|
||||
public:
|
||||
TrivialEvent(DeleteStart)
|
||||
TrivialEvent(DeleteSome)
|
||||
protected:
|
||||
TrivialEvent(DeleteReserved)
|
||||
TrivialEvent(DeleteInterrupted)
|
||||
|
||||
TrivialEvent(SetForceRecovery)
|
||||
TrivialEvent(UnsetForceRecovery)
|
||||
TrivialEvent(SetForceBackfill)
|
||||
TrivialEvent(UnsetForceBackfill)
|
||||
|
||||
protected:
|
||||
TrivialEvent(DeleteReserved)
|
||||
TrivialEvent(DeleteInterrupted)
|
||||
|
||||
/* Encapsulates PG recovery process */
|
||||
class RecoveryState {
|
||||
void start_handle(RecoveryCtx *new_ctx);
|
||||
|
Loading…
Reference in New Issue
Block a user