]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd_resurrection_1_impl: turn on recovery at end
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Thu, 18 Nov 2010 18:09:14 +0000 (10:09 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Thu, 18 Nov 2010 18:09:14 +0000 (10:09 -0800)
Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
src/test/test_unfound.sh

index 1044e31fb4e9e8b411014e44cf2ffe122b94ac51..6d772d3ac219d436167cd914ed2967bdd164ccae 100755 (executable)
@@ -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