doc/radosgw: Fix frontends.rst typo
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
(cherry picked from commit
075f5afd4a7fafc333d0a70b977fbac446f51e44)
rgw/frontend: fix typo in function name
regression from:
d8a3f3e2c5ae4d586fffdb12426c836b659c99cd
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
(cherry picked from commit
20743ee6896d7ca5b7186dfe1a29ee2da800963c)
rgw: asio/beast add ssl hot-reload
Adds the `ssl_reload` config option to the beast frontend.
This sets an interval in seconds to periodically reload the ssl context to pick up changes without restarting. It can be disabled (default) be setting it to `0`.
Fixes: 65470
Signed-off-by: Henry Richter <henry.richter@cloudandheat.com>
(cherry picked from commit
d8a3f3e2c5ae4d586fffdb12426c836b659c99cd)
Conflicts:
src/rgw/rgw_asio_frontend.cc
- squid doesn't support graceful stop
Merge pull request #64509 from NitzanMordhai/wip-72122-squidReviewed-by: Aishwarya Mathuria <amathuri@redhat.com>
squid: mon/OSDMonitor: call no_reply() on ignored osd alive
Reviewed-by: Aishwarya Mathuria <amathuri@redhat.com>