]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
common/options: global.yaml: change ms_bind_port_max to 7568
authorSebastian Wagner <sewagner@redhat.com>
Wed, 7 Jul 2021 09:59:12 +0000 (11:59 +0200)
committerSebastian Wagner <sewagner@redhat.com>
Wed, 7 Jul 2021 09:59:12 +0000 (11:59 +0200)
commit89a709da8d9e31fc6f1387a24f57074726b4ad01
tree5591ea45fcef7138467952dab097c2104e3d2483
parentffdd2bbbb632105c0f6a3f7bdcb1a8656e74d4dd
common/options: global.yaml: change ms_bind_port_max to 7568

If the cluster is set to have very dense nodes (>60 OSDs per host)
we have to make sure to assign sufficient ports for Ceph OSDs. The
current default (6800-7300) currently allows for no more than 62 OSDs
per host. For cluster with dense nodes like this we have to adjust the
setting "ms_bind_port_max" to a suitable value. Each OSD will consume
8 additional ports. For example, given a host that is set to run 96 OSDs,
768 ports will be needed. "ms_bind_port_max" should be set at least to
7568.

Fixes: https://tracker.ceph.com/issues/48292
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
src/common/options/global.yaml.in