From 7e1dd4faabdf7478d1c0c810c076982a3cf01cef Mon Sep 17 00:00:00 2001 From: Leo Zhang Date: Wed, 14 Jun 2017 15:55:03 +0800 Subject: [PATCH] common: fix option "rados_mon_op_timeout" comment spell error Signed-off-by: Leo Zhang --- 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 e6ae7df00b1..03c1f1b4d93 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -1348,7 +1348,7 @@ OPTION(journal_discard, OPT_BOOL, false) //using ssd disk as journal, whether su OPTION(fio_dir, OPT_STR, "/tmp/fio") // fio data directory for fio-objectstore -OPTION(rados_mon_op_timeout, OPT_DOUBLE, 0) // how many seconds to wait for a response from the monitor before returning an error from a rados operation. 0 means on limit. +OPTION(rados_mon_op_timeout, OPT_DOUBLE, 0) // how many seconds to wait for a response from the monitor before returning an error from a rados operation. 0 means no limit. OPTION(rados_osd_op_timeout, OPT_DOUBLE, 0) // how many seconds to wait for a response from osds before returning an error from a rados operation. 0 means no limit. OPTION(rados_tracing, OPT_BOOL, false) // true if LTTng-UST tracepoints should be enabled -- 2.47.3