Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #2279 from abutcher/no-volume-zone
Browse files Browse the repository at this point in the history
Bug 1365379 - Need to have 'NoVolumeZoneConflict' scheduler policy enabled by installer
  • Loading branch information
sdodson committed Aug 9, 2016
2 parents b2c6abe + 9f8a5e5 commit 4a87e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/openshift_facts/library/openshift_facts.py
Expand Up @@ -1708,6 +1708,7 @@ def get_defaults(self, roles, deployment_type):
{"name": "PodFitsResources"},
{"name": "PodFitsPorts"},
{"name": "NoDiskConflict"},
{"name": "NoVolumeZoneConflict"},
{"name": "Region", "argument": {"serviceAffinity" : {"labels" : ["region"]}}}
]
scheduler_priorities = [
Expand Down

0 comments on commit 4a87e79

Please sign in to comment.