]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
config_opts: make filestore_queue_max_(ops|bytes) U64
authorSamuel Just <sjust@redhat.com>
Mon, 22 Feb 2016 22:29:20 +0000 (14:29 -0800)
committerSamuel Just <sjust@redhat.com>
Mon, 29 Feb 2016 18:52:00 +0000 (10:52 -0800)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/common/config_opts.h

index 1b19ccfd5f8a4d58e45e3a71c82abf1bc0a91eaa..1f86e863b4600b1abc1d2df05d910c227a038adc 100644 (file)
@@ -1019,8 +1019,8 @@ OPTION(filestore_xfs_extsize, OPT_BOOL, false)
 OPTION(filestore_journal_parallel, OPT_BOOL, false)
 OPTION(filestore_journal_writeahead, OPT_BOOL, false)
 OPTION(filestore_journal_trailing, OPT_BOOL, false)
-OPTION(filestore_queue_max_ops, OPT_INT, 50)
-OPTION(filestore_queue_max_bytes, OPT_INT, 100 << 20)
+OPTION(filestore_queue_max_ops, OPT_U64, 50)
+OPTION(filestore_queue_max_bytes, OPT_U64, 100 << 20)
 
 OPTION(filestore_caller_concurrency, OPT_INT, 10)