]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: increase timeout to detect replication user in the secondary cluster 60113/head
authorAashish Sharma <aasharma@li-e74156cc-2f67-11b2-a85c-e98659a63c5c.ibm.com>
Fri, 4 Oct 2024 10:54:02 +0000 (16:24 +0530)
committerAashish Sharma <aasharma@li-e74156cc-2f67-11b2-a85c-e98659a63c5c.ibm.com>
Mon, 7 Oct 2024 04:24:17 +0000 (09:54 +0530)
commit4d15ed813b1f120ffd11caa4a9a4d14eed8bcc8d
tree621e8ae2634b45e44a2f4393d6499378cbb7a67f
parentcc481a63bc03a534cb8e2e961293d6509ba59401
mgr/dashboard: increase timeout to detect replication user in the secondary cluster

Increase timeout to detect replication user in the secondary cluster in rgw multisite automation wizard. Currently its set to 2 mins, increase it to 5 minutes.
when you import realm token to the secondary cluster, we wait for the replication/system user we created in the primary cluster to be present in the secondary cluster and when we find that user we set the credentials in the secondary cluster using ceph dashboard set-rgw-crdentials . The timeout for this is set to 2 minutes and sometimes it takes more than 2 minutes for the user to be replicated in the secondary cluster

Fixes: https://tracker.ceph.com/issues/68384
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
src/pybind/mgr/dashboard/services/rgw_client.py