From: Sage Weil Date: Wed, 31 Oct 2012 16:30:43 +0000 (-0700) Subject: msgr: change port range from 6800-6900 -> 6800-7100 X-Git-Tag: v0.55~130^2~16^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=769bac89fdf0e22a8261b07193af1b4187a8e72d;p=ceph.git msgr: change port range from 6800-6900 -> 6800-7100 This allows more OSDs per host. Signed-off-by: Sage Weil --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 0e6f8bbd26b..0ef76e5af3c 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -99,7 +99,7 @@ OPTION(ms_die_on_bad_msg, OPT_BOOL, false) OPTION(ms_dispatch_throttle_bytes, OPT_U64, 100 << 20) OPTION(ms_bind_ipv6, OPT_BOOL, false) OPTION(ms_bind_port_min, OPT_INT, 6800) -OPTION(ms_bind_port_max, OPT_INT, 6900) +OPTION(ms_bind_port_max, OPT_INT, 7100) OPTION(ms_rwthread_stack_bytes, OPT_U64, 1024 << 10) OPTION(ms_tcp_read_timeout, OPT_U64, 900) OPTION(ms_inject_socket_failures, OPT_U64, 0)