osd_resurrection_1_impl: turn on recovery at end

Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
This commit is contained in:
Colin Patrick McCabe 2010-11-18 10:09:14 -08:00
parent 4adfdee7f1
commit ea5d1d6693

View File

@ -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