]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: default to wpq (instead of prio) 9515/head
authorSage Weil <sage@redhat.com>
Mon, 6 Jun 2016 12:29:36 +0000 (08:29 -0400)
committerSage Weil <sage@redhat.com>
Mon, 6 Jun 2016 12:29:36 +0000 (08:29 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h

index 768c7f941c34d26d3f8874aab9f4efb031347b5d..8ca5bcc51039306f88aacb81739cdddea420673a 100644 (file)
@@ -697,7 +697,7 @@ OPTION(osd_recovery_threads, OPT_INT, 1)
 OPTION(osd_recover_clone_overlap, OPT_BOOL, true)   // preserve clone_overlap during recovery/migration
 OPTION(osd_op_num_threads_per_shard, OPT_INT, 2)
 OPTION(osd_op_num_shards, OPT_INT, 5)
-OPTION(osd_op_queue, OPT_STR, "prio") // PrioritzedQueue (prio), Weighted Priority Queue (wpq), or debug_random
+OPTION(osd_op_queue, OPT_STR, "wpq") // PrioritzedQueue (prio), Weighted Priority Queue (wpq), or debug_random
 OPTION(osd_op_queue_cut_off, OPT_STR, "low") // Min priority to go to strict queue. (low, high, debug_random)
 
 // Set to true for testing.  Users should NOT set this.