Skip to content

Commit

Permalink
Merge pull request #10804 from petr-balogh/fix-multicluster_mode-key-…
Browse files Browse the repository at this point in the history
…error

Fix multicluster_mode KeyError
  • Loading branch information
petr-balogh authored Nov 5, 2024
2 parents 456011a + 81f27bb commit e60b030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocs_ci/ocs/resources/storage_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,9 +796,9 @@ def ocs_install_verification(
verify_device_class_in_osd_tree(ct_pod, device_class)

# RDR with globalnet submariner
if config.MULTICLUSTER[
if config.MULTICLUSTER.get(
"multicluster_mode"
] == "regional-dr" and get_primary_cluster_config().ENV_DATA.get(
) == "regional-dr" and get_primary_cluster_config().ENV_DATA.get(
"enable_globalnet", True
):
validate_serviceexport()
Expand Down

0 comments on commit e60b030

Please sign in to comment.