Skip to content

Commit

Permalink
Merge pull request red-hat-storage#10651 from petr-balogh/remove-wa-f…
Browse files Browse the repository at this point in the history
…or-wait_timeout_for_healthy_osd_in_minutes

Remove W/A for wait_timeout_for_healthy_osd_in_minutes
  • Loading branch information
petr-balogh authored Oct 11, 2024
2 parents 53fc041 + d110238 commit 1417982
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ocs_ci/deployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -2012,19 +2012,6 @@ def deploy_ocs(self):
)
self.odf_deployments_check()

wait_timeout_for_healthy_osd_in_minutes = config.ENV_DATA.get(
"wait_timeout_for_healthy_osd_in_minutes"
)
# This is a W/A because of the issue mentioned in
# https://github.com/red-hat-storage/ocs-ci/issues/9901
if wait_timeout_for_healthy_osd_in_minutes:
run_cmd(
f"oc patch storagecluster ocs-storagecluster -n {self.namespace} --type merge -p '"
'{"spec": {"managedResources": {"cephCluster": '
f'{{"waitTimeoutForHealthyOSDInMinutes": {wait_timeout_for_healthy_osd_in_minutes}'
"}}}}'"
)

# Change monitoring backend to OCS
if config.ENV_DATA.get("monitoring_enabled") and config.ENV_DATA.get(
"persistent-monitoring"
Expand Down

0 comments on commit 1417982

Please sign in to comment.