mirror of
https://github.com/ceph/ceph
synced 2025-01-11 05:29:51 +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> |
||
---|---|---|
.. | ||
_ext | ||
_static/js | ||
_templates | ||
_themes/ceph | ||
api | ||
ceph-volume | ||
cephfs | ||
changelog | ||
dev | ||
images | ||
install | ||
man | ||
mgr | ||
mon | ||
rados | ||
radosgw | ||
rbd | ||
releases | ||
scripts | ||
start | ||
.gitignore | ||
architecture.rst | ||
CMakeLists.txt | ||
conf.py | ||
favicon.ico | ||
glossary.rst | ||
governance.rst | ||
index.rst | ||
logo.png | ||
man_index.rst | ||
README.md |