summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGreg Farnum <greg@inktank.com>2013-04-09 21:11:27 +0200
committerGreg Farnum <greg@inktank.com>2013-04-09 21:11:27 +0200
commit95374c628b2df020b9236b6373440d99545e4b1e (patch)
tree6be8e949651277118be3dc3dba29668880bebe40 /src
parentMerge remote-tracking branch 'origin/wip-osd-throttle2' into next (diff)
downloadceph-95374c628b2df020b9236b6373440d99545e4b1e.tar.xz
ceph-95374c628b2df020b9236b6373440d99545e4b1e.zip
config: fix osd_client_message_cap comment
Signed-off-by: Greg Farnum <greg@inktank.com>
Diffstat (limited to 'src')
-rw-r--r--src/common/config_opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/config_opts.h b/src/common/config_opts.h
index 17e6ec4c8c4..19f3082ec4b 100644
--- a/src/common/config_opts.h
+++ b/src/common/config_opts.h
@@ -349,7 +349,7 @@ OPTION(osd_journal_size, OPT_INT, 5120) // in mb
OPTION(osd_max_write_size, OPT_INT, 90)
OPTION(osd_max_pgls, OPT_U64, 1024) // max number of pgls entries to return
OPTION(osd_client_message_size_cap, OPT_U64, 500*1024L*1024L) // client data allowed in-memory (in bytes)
-OPTION(osd_client_message_cap, OPT_U64, 100) // client messages allowed in-memory (in bytes)
+OPTION(osd_client_message_cap, OPT_U64, 100) // num client messages allowed in-memory
OPTION(osd_pg_bits, OPT_INT, 6) // bits per osd
OPTION(osd_pgp_bits, OPT_INT, 6) // bits per osd
OPTION(osd_crush_chooseleaf_type, OPT_INT, 1) // 1 = host