ceph/doc
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
..
_ext
_static/js
_templates
_themes/ceph
api qa: remove libcephfs-java tests 2019-02-28 13:32:15 -08:00
ceph-volume Merge PR #26563 into nautilus 2019-03-15 16:49:02 -05:00
cephfs doc: fix boot transition in mds state diagram 2019-04-18 12:51:23 -07:00
changelog
dev osd/: mechanically rename RecoveryMachine/State/Ctx to Peering* 2019-05-01 11:22:11 -07:00
images
install
man building: adding missing ceph-immtable-object-cache-dbg rule 2019-03-22 00:17:07 +08:00
mgr doc: Improved the dashboard proxy config section 2019-04-16 12:01:42 +02:00
mon
rados Merge pull request #27503 from dzafman/wip-39099 2019-04-25 15:06:56 -07:00
radosgw Merge pull request #27671 from yuvalif/fix_arn_issue 2019-04-28 11:43:02 +03:00
rbd doc/rbd/rbd-cloudstack: update disk offering URL to new docs 2019-04-23 13:26:47 +08:00
releases doc: fixed telemetry module reference link 2019-04-16 18:19:38 -04:00
scripts
start doc: Updated dashboard iSCSI configuration, added labels 2019-03-31 13:32:15 -05:00
.gitignore
architecture.rst
CMakeLists.txt
conf.py
favicon.ico
glossary.rst doc: fixed caps 2019-04-05 17:29:05 +05:30
governance.rst doc/governance: add cbodey 2019-04-22 15:37:11 -05:00
index.rst doc: move Developer Guide to its own subdirectory 2019-03-25 16:34:36 +01:00
logo.png
man_index.rst build/ops: adding build spec for immutable object cache daemon 2019-03-22 00:16:26 +08:00
README.md