From 526439cd6d161c7a26cf03ecc31021ce1be25452 Mon Sep 17 00:00:00 2001 From: am-agrawa Date: Thu, 27 Jun 2024 19:41:01 +0530 Subject: [PATCH 1/2] increase timeout for data re-balance on vsphere ipi Signed-off-by: am-agrawa --- .../functional/z_cluster/cluster_expansion/test_add_capacity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/z_cluster/cluster_expansion/test_add_capacity.py b/tests/functional/z_cluster/cluster_expansion/test_add_capacity.py index 4d7eb6580bd..cddaea4e75d 100644 --- a/tests/functional/z_cluster/cluster_expansion/test_add_capacity.py +++ b/tests/functional/z_cluster/cluster_expansion/test_add_capacity.py @@ -112,7 +112,7 @@ def add_capacity_test(ui_flag=False): verify_storage_device_class(device_class) verify_device_class_in_osd_tree(ct_pod, device_class) - check_ceph_health_after_add_capacity(ceph_rebalance_timeout=3600) + check_ceph_health_after_add_capacity(ceph_rebalance_timeout=5400) @brown_squad From 13a1b2e14ad038ae4c9a985df0083ece8eb4fbec Mon Sep 17 00:00:00 2001 From: am-agrawa Date: Wed, 10 Jul 2024 14:52:21 +0530 Subject: [PATCH 2/2] rebase Signed-off-by: am-agrawa --- .../functional/z_cluster/cluster_expansion/test_add_capacity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/z_cluster/cluster_expansion/test_add_capacity.py b/tests/functional/z_cluster/cluster_expansion/test_add_capacity.py index cddaea4e75d..5b21ce07bb2 100644 --- a/tests/functional/z_cluster/cluster_expansion/test_add_capacity.py +++ b/tests/functional/z_cluster/cluster_expansion/test_add_capacity.py @@ -69,7 +69,7 @@ def add_capacity_test(ui_flag=False): osd_pod_names_post_expansion = [pod.name for pod in osd_pods_post_expansion] restarted_osds = list() logger.info( - "Checking if existing OSD pods were restarted (deleted) post add capacity (bug 1931601)" + "Checking if existing OSD pods were restarted (deleted) post adding capacity (bug 1931601)" ) for pod in existing_osd_pod_names: