From: Sage Weil Date: Mon, 6 Jun 2016 12:29:36 +0000 (-0400) Subject: osd: default to wpq (instead of prio) X-Git-Tag: v11.0.0~233^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=14adc9d33f43187fcce87cda29c92089a1ea160a;p=ceph.git osd: default to wpq (instead of prio) Signed-off-by: Sage Weil --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 768c7f941c34..8ca5bcc51039 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -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.