Skip to content

Commit

Permalink
Merge pull request #10395 from avd-sagare/skip_recovery_cluster_drpolicy
Browse files Browse the repository at this point in the history
Skiping recovery cluster while creating drpolicy 1st time
  • Loading branch information
vavuthu authored Sep 2, 2024
2 parents a0b0228 + a33bced commit 1c1e468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/deployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -3006,7 +3006,7 @@ def deploy_dr_policy(self):
if (
cluster.ENV_DATA["cluster_name"]
== get_primary_cluster_config().ENV_DATA["cluster_name"]
):
) or is_recovery_cluster(cluster):
continue
dr_policy_hub_data["spec"]["drClusters"][index] = cluster.ENV_DATA[
"cluster_name"
Expand Down

0 comments on commit 1c1e468

Please sign in to comment.