ceph/doc/dev/osd_internals
Samuel Just 5e36acdb6f osd/: mechanically rename RecoveryMachine/State/Ctx to Peering*
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>
2019-05-01 11:22:11 -07:00
..
erasure_coding Merge pull request #25060 from mooncak/fix_typos 2018-11-15 15:29:39 +08:00
async_recovery.rst doc: updated reference link for log based PG 2019-02-24 16:08:44 -05:00
backfill_reservation.rst
erasure_coding.rst
index.rst
last_epoch_started.rst doc: fix typos 2018-09-21 12:41:42 +08:00
log_based_pg.rst doc: updated reference link for log based PG 2019-02-24 16:08:44 -05:00
map_message_handling.rst osd/: mechanically rename RecoveryMachine/State/Ctx to Peering* 2019-05-01 11:22:11 -07:00
osd_overview.rst
osd_throttles.rst doc: Fix some typos 2018-11-14 19:49:13 +08:00
osd_throttles.txt
osdmap_versions.txt osdmap: map versions to releases 2019-03-02 11:36:23 +00:00
pg_removal.rst doc: typo fix 2018-03-28 16:15:00 +05:30
pg.rst osd/: mechanically rename RecoveryMachine/State/Ctx to Peering* 2019-05-01 11:22:11 -07:00
pgpool.rst
recovery_reservation.rst
scrub.rst
snaps.rst doc: typo fix 2018-03-28 16:15:00 +05:30
watch_notify.rst
wbthrottle.rst doc: typo fix 2018-03-28 16:15:00 +05:30