From 863995a04ac9e5b0dc3e6a0fa09b66626f1394b0 Mon Sep 17 00:00:00 2001 From: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com> Date: Fri, 14 Jun 2024 20:13:08 +0530 Subject: [PATCH] Updated to fix pr-check 3.8 failure Signed-off-by: Amrita Mahapatra <49347640+amr1ta@users.noreply.github.com> --- ocs_ci/ocs/resources/storage_cluster.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ocs_ci/ocs/resources/storage_cluster.py b/ocs_ci/ocs/resources/storage_cluster.py index 24bc95ca4f06..25ae18255556 100644 --- a/ocs_ci/ocs/resources/storage_cluster.py +++ b/ocs_ci/ocs/resources/storage_cluster.py @@ -2732,6 +2732,8 @@ def resize_osd(new_osd_size, check_size=True): format_type="json", ) return res + + def check_storage_client_status(namespace=constants.OPENSHIFT_STORAGE_CLIENT_NAMESPACE): """ Check storageclient status