]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw/frontend: Allow multiple rgw's to run on same port on same host.
authorkchheda3 <kchheda3@bloomberg.net>
Wed, 26 Feb 2025 15:36:15 +0000 (10:36 -0500)
committerkchheda3 <kchheda3@bloomberg.net>
Fri, 2 May 2025 14:24:31 +0000 (14:24 +0000)
commit33743258719a70f4e9d41e8bc152806734550beb
tree560af6d6b68ed139130eba0289676d75f1ec3ae8
parent8be7d0163bca18789232440b6c3a8a8999ae1e62
rgw/frontend: Allow multiple rgw's to run on same port on same host.

The idea here is to leverage the `SO_REUSEPORT` param supported by kernel 3.9 and above, which allows the multiple services to run on the same port.

Signed-off-by: kchheda3 <kchheda3@bloomberg.net>
(cherry picked from commit b2473066543c22793fb1fdc7ecc931d8b1949b6a)
PendingReleaseNotes
doc/radosgw/frontends.rst
src/rgw/rgw_asio_frontend.cc