From: Nathan Cutler Date: Wed, 19 Jul 2017 13:25:48 +0000 (+0200) Subject: Merge pull request #16161 from smithfarm/wip-19614-kraken X-Git-Tag: v11.2.1~47 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=872a8b53ea022923e9c442011432df5e403520ae;p=ceph.git Merge pull request #16161 from smithfarm/wip-19614-kraken kraken: multisite: rest api fails to decode large period on 'period commit' Reviewed-by: Casey Bodley --- 872a8b53ea022923e9c442011432df5e403520ae diff --cc src/common/config_opts.h index aacd183a161,d4e5c305c6c..8927a6473a5 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@@ -1357,10 -1357,9 +1357,11 @@@ OPTION(rbd_mirror_image_state_check_int OPTION(nss_db_path, OPT_STR, "") // path to nss db -OPTION(rgw_max_chunk_size, OPT_INT, 512 * 1024) +OPTION(rgw_max_chunk_size, OPT_INT, 4 * 1024 * 1024) +OPTION(rgw_put_obj_min_window_size, OPT_INT, 16 * 1024 * 1024) +OPTION(rgw_put_obj_max_window_size, OPT_INT, 64 * 1024 * 1024) OPTION(rgw_max_put_size, OPT_U64, 5ULL*1024*1024*1024) + OPTION(rgw_max_put_param_size, OPT_U64, 1 * 1024 * 1024) // max input size for PUT requests accepting json/xml params /** * override max bucket index shards in zone configuration (if not zero)