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 de8cf1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utility/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +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):
try:
Expand Down

0 comments on commit de8cf1f

Please sign in to comment.