]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: reenable clone on recovery
authorSage Weil <sage.weil@dreamhost.com>
Wed, 11 Apr 2012 04:43:07 +0000 (21:43 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Wed, 11 Apr 2012 04:43:07 +0000 (21:43 -0700)
This hasn't turned up problems in QA.

Fixes: #2002
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/common/config_opts.h

index 5a46002089e62ac3b22319c48751b11a0112c902..32c7f1a6bbb084095b31d8efbfa93dc994a934bd 100644 (file)
@@ -270,7 +270,7 @@ OPTION(osd_map_message_max, OPT_INT, 100)  // max maps per MOSDMap message
 OPTION(osd_op_threads, OPT_INT, 2)    // 0 == no threading
 OPTION(osd_disk_threads, OPT_INT, 1)
 OPTION(osd_recovery_threads, OPT_INT, 1)
-OPTION(osd_recover_clone_overlap, OPT_BOOL, false)   // preserve clone_overlap during recovery/migration
+OPTION(osd_recover_clone_overlap, OPT_BOOL, true)   // preserve clone_overlap during recovery/migration
 OPTION(osd_backfill_scan_min, OPT_INT, 64)
 OPTION(osd_backfill_scan_max, OPT_INT, 512)
 OPTION(osd_op_thread_timeout, OPT_INT, 30)