Commit pushed to master at https://github.com/openshift/openshift-ansible https://github.com/openshift/openshift-ansible/commit/4a87e79b695c08392cebc20135a2e38300863d18 Merge pull request #2279 from abutcher/no-volume-zone Bug 1365379 - Need to have 'NoVolumeZoneConflict' scheduler policy enabled by installer
Verify this bug with openshift-ansible-3.2.20-1.git.0.dd68681.el7.noarch.rpm After installation, NoVolumeZoneConflict scheduler policy is enabled by default. [root@openshift-218 ~]# cat /etc/origin/master/scheduler.json { "apiVersion": "v1", "kind": "Policy", "predicates": [ { "name": "MatchNodeSelector" }, { "name": "PodFitsResources" }, { "name": "PodFitsPorts" }, { "name": "NoDiskConflict" }, { "name": "NoVolumeZoneConflict" }, { "argument": { "serviceAffinity": { "labels": [ "region" ] } }, "name": "Region" } ], "priorities": [ { "name": "LeastRequestedPriority", "weight": 1 }, { "name": "SelectorSpreadPriority", "weight": 1 }, { "argument": { "serviceAntiAffinity": { "label": "zone" } }, "name": "Zone", "weight": 2 } ]
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1639