]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/log
ceph.git
8 weeks agodoc/radosgw: Fix frontends.rst typo 66287/head 66289/head
Anthony D'Atri [Mon, 3 Nov 2025 15:43:25 +0000 (10:43 -0500)]
doc/radosgw: Fix frontends.rst typo

Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
(cherry picked from commit 075f5afd4a7fafc333d0a70b977fbac446f51e44)

8 weeks agorgw/frontend: fix typo in function name
Yuval Lifshitz [Mon, 3 Nov 2025 08:42:48 +0000 (08:42 +0000)]
rgw/frontend: fix typo in function name

regression from: d8a3f3e2c5ae4d586fffdb12426c836b659c99cd

Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
(cherry picked from commit 20743ee6896d7ca5b7186dfe1a29ee2da800963c)

8 weeks agorgw: asio/beast add ssl hot-reload
Henry Richter [Wed, 8 Oct 2025 23:00:34 +0000 (01:00 +0200)]
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

2 months agoMerge pull request #64509 from NitzanMordhai/wip-72122-squidReviewed-by: Aishwarya...
Yuri Weinstein [Fri, 14 Nov 2025 16:26:44 +0000 (08:26 -0800)]
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>