mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
osd_resurrection_1_impl: turn on recovery at end
Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
This commit is contained in:
parent
4adfdee7f1
commit
ea5d1d6693
@ -70,7 +70,10 @@ osd_resurrection_1_impl() {
|
||||
wait
|
||||
[ -e $TEMPDIR/obj01 ] || die "unexpected error: failed to fetched newly-found object"
|
||||
|
||||
# TODO: turn off recovery delay start and verify that every osd gets copies of the correct objects.
|
||||
# Turn off recovery delay start and verify that every osd gets copies
|
||||
# of the correct objects.
|
||||
echo "starting recovery..."
|
||||
start_recovery 2
|
||||
|
||||
# success
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user