]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
config: tmap to omap upgrade, true by default
authorYehuda Sadeh <yehuda@hq.newdream.net>
Mon, 12 Mar 2012 18:20:08 +0000 (11:20 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Mon, 12 Mar 2012 18:20:08 +0000 (11:20 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
src/common/config_opts.h

index 7432e8eb9ce2227c05c019457511454521bab2f2..4651803b7444cf15ddde05f060cff239456a598f 100644 (file)
@@ -231,7 +231,7 @@ OPTION(mds_standby_for_rank, OPT_INT, -1)
 OPTION(mds_standby_replay, OPT_BOOL, false)
 
 // If true, uses tmap as initial value for omap on old objects
-OPTION(osd_auto_upgrade_tmap, OPT_BOOL, false)
+OPTION(osd_auto_upgrade_tmap, OPT_BOOL, true)
 
 // If true, TMAPPUT sets uses_tmap DEBUGGING ONLY
 OPTION(osd_tmapput_sets_uses_tmap, OPT_BOOL, false)