mirror of
https://github.com/ceph/ceph
synced 2025-01-12 06:00:46 +00:00
5e36acdb6f
I'm going to extract this logic and reuse it in crimson. Recovery* has always been a confusing name as it implements neither log-based recovery nor backfill. Rather, it's mainly the buisiness logic for agreeing on an authoritative log and some ancillary things such as scrub/backfill reservation. $ for i in $(git grep -l 'RecoveryMachine'); do sed -i 's/RecoveryMachine/PeeringMachine/g' $i; done $ for i in $(git grep -l 'RecoveryState'); do sed -i 's/RecoveryState/PeeringState/g' $i; done $ for i in $(git grep -l 'RecoveryCtx'); do sed -i 's/RecoveryCtx/PeeringCtx/g' $i; done Signed-off-by: Samuel Just <sjust@redhat.com> |
||
---|---|---|
.. | ||
erasure_coding | ||
async_recovery.rst | ||
backfill_reservation.rst | ||
erasure_coding.rst | ||
index.rst | ||
last_epoch_started.rst | ||
log_based_pg.rst | ||
map_message_handling.rst | ||
osd_overview.rst | ||
osd_throttles.rst | ||
osd_throttles.txt | ||
osdmap_versions.txt | ||
pg_removal.rst | ||
pg.rst | ||
pgpool.rst | ||
recovery_reservation.rst | ||
scrub.rst | ||
snaps.rst | ||
watch_notify.rst | ||
wbthrottle.rst |