Skip to content

Commit

Permalink
[rgw]fix TFA issue by adding sleep of 20 seconds after rgw restart to…
Browse files Browse the repository at this point in the history
… avoid sync status failures

Signed-off-by: Hemanth Sai Maheswarla <[email protected]>
  • Loading branch information
Hemanth Sai Maheswarla authored and Hemanth Sai Maheswarla committed Oct 25, 2024
1 parent a7b78eb commit c1723ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utility/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,8 @@ def set_config_param(node):
# restart osd service
node.exec_command(cmd=f"ceph orch restart {osd_process_name}")
node.exec_command(cmd="ceph config dump")
log.info("sleeping for 20 seconds")
time.sleep(20)


def kernel_mount(mounting_dir, mon_node_ip, kernel_clients):
Expand Down

0 comments on commit c1723ba

Please sign in to comment.