]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: allow beast frontend to listen on specific IP address 20252/head
authorYuan Zhou <yuan.zhou@intel.com>
Thu, 18 Jan 2018 06:21:42 +0000 (14:21 +0800)
committerPrashant D <pdhange@redhat.com>
Fri, 2 Feb 2018 04:52:35 +0000 (23:52 -0500)
commit9e6a33b1c6f0cda691926bb3abbbbfb2aaa4a48c
tree8acbaf4f23b7569b0aa7bc4b380ac0eb2a69bebb
parenta219bf47277d923db18dd221660a04bb6bac3580
rgw: allow beast frontend to listen on specific IP address

This patch allows the beast frontend to listen on a specific
IP address rather than *. e.g., with below configuration:

rgw frontends = beast port=1.2.3.4:8080

rgw server will listen on 1.2.3.4 only.

Fixes: http://tracker.ceph.com/issues/22778
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
(cherry picked from commit 40cddc178152a6d6ac3512fc3a23b8e632ab66a4)
src/rgw/rgw_asio_frontend.cc
src/rgw/rgw_asio_frontend.h
src/rgw/rgw_main.cc