]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-handler: accept 404 as a success status for rgw restart
authorSeena Fallah <seenafallah@gmail.com>
Tue, 12 Mar 2024 22:42:05 +0000 (23:42 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 14 Mar 2024 18:31:59 +0000 (19:31 +0100)
commitf96c0441e3cd33c3f5ff66dfac80d69b5d609dd8
treee5b23d729d15fa1e202ee4563e158104e8e7ce01
parente219892aebf07e3aa941a69461c228e91f7066a2
ceph-handler: accept 404 as a success status for rgw restart

404 is the status code returned by rgw when it is serving website api. This needs to be consider as a healthy status for rgw.

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
roles/ceph-handler/templates/restart_rgw_daemon.sh.j2