]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: Fix RGW zone endpoint auto-update log
authorAashish Sharma <Aashish.Sharma1@ibm.com>
Wed, 12 Nov 2025 10:57:58 +0000 (16:27 +0530)
committerAashish Sharma <Aashish.Sharma1@ibm.com>
Fri, 14 Nov 2025 10:01:43 +0000 (15:31 +0530)
commit5e6cfcfc6f851359a17cdf96cbbb46783d3d0ac7
treebaece000cc5c22b82059e8b4e440bbe33ee7f3ce
parentdc052c987cacda40066ae7134cd187adb80c99b8
mgr/cephadm: Fix RGW zone endpoint auto-update log
ic in _update_rgw_endpoints method

Issue: The existing implementation does not re-attempt endpoint updates when no RGW daemons were found for a service or the daemon deployment is still in progress. The zone is being modified with an empty endpoint array in this case.

Fix: Added conditional checks to retry the update if no daemons are found.

Fixes: https://tracker.ceph.com/issues/73814
Resolves: rhbz#2406510
Resolves: rhbz#2406696

Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from commit c8e878fe5f54b1cee3637f99787950f4616d8041)
src/pybind/mgr/cephadm/serve.py