From 14adc9d33f43187fcce87cda29c92089a1ea160a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 6 Jun 2016 08:29:36 -0400 Subject: [PATCH] osd: default to wpq (instead of prio) Signed-off-by: Sage Weil --- src/common/config_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3