]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: allow setting up RGW delaying shutdown to complete client connections 61487/head
authorAdam King <adking@redhat.com>
Wed, 22 Jan 2025 19:23:48 +0000 (14:23 -0500)
committerAdam King <adking@redhat.com>
Wed, 2 Apr 2025 17:50:56 +0000 (13:50 -0400)
commitb84bb7212fab490da811180b7e9e4f5700f08e62
tree20139e7fba7b9e7cbfca422785929f7dbda73f35
parent080c0836e31c5bee667513c3f05a9bb905ba878c
mgr/cephadm: allow setting up RGW delaying shutdown to complete client connections

Specifically through the spec file. This was added recently on the RGW
side by https://github.com/ceph/ceph/commit/575f5d461706b02a596d5ce959e5fb1aa87c1d8c
This commit is to make it easier to take advantage of for users in cephadm deployments

Signed-off-by: Adam King <adking@redhat.com>
doc/cephadm/services/rgw.rst
src/cephadm/cephadmlib/daemons/ceph.py
src/cephadm/tests/test_cephadm.py
src/pybind/mgr/cephadm/services/cephadmservice.py
src/pybind/mgr/cephadm/tests/test_cephadm.py
src/pybind/mgr/cephadm/tests/test_migration.py
src/pybind/mgr/cephadm/tests/test_spec.py
src/python-common/ceph/deployment/service_spec.py
src/python-common/ceph/tests/test_service_spec.py