From: Leo Zhang Date: Wed, 14 Jun 2017 07:55:03 +0000 (+0800) Subject: common: fix option "rados_mon_op_timeout" comment spell error X-Git-Tag: v12.1.0~154^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7e1dd4faabdf7478d1c0c810c076982a3cf01cef;p=ceph.git common: fix option "rados_mon_op_timeout" comment spell error Signed-off-by: Leo Zhang --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index e6ae7df00b1a..03c1f1b4d932 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