SRIOV: schdeuler filters not getting changed with upgrade contrail
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R3.0 |
Fix Committed
|
High
|
Kumar Harsh | |||
R3.1 |
Fix Committed
|
High
|
Kumar Harsh | |||
R3.2 |
Fix Committed
|
High
|
Kumar Harsh | |||
Trunk |
Fix Committed
|
High
|
Kumar Harsh |
Bug Description
3.0.3 Has the fix 1567000, which is to set the default filters also.
Upgrade contrail is not adding it to the nova.conf. It still has the default values as below instead of the new one
cat /etc/nova/nova.conf | grep -i sched
scheduler_
scheduler_
scheduler_
User need to edit the nova.conf and add it manually
scheduler_
summary: |
- SRIOV: schdeuler filers not getting changed with upgrade contrail + SRIOV: schdeuler filters not getting changed with upgrade contrail |
no longer affects: | juniperopenstack/r3.1 |
tags: | added: releasenote |
Release notes:
In a 3.0.2.0 cluster, if SRIOV is configured in any of the computes, after upgrading to 3.0.3.0, apply the following change in /etc/nova/nova.conf (in all openstack nodes) and restart nova-scheduler service.
Replace "scheduler_ default_ filters = PciPassthroughF ilter" with the following:
scheduler_ default_ filters = RetryFilter, AvailabilityZon eFilter, RamFilter, DiskFilter, ComputeFilter, ComputeCapabili tiesFilter, ImageProperties Filter, ServerGroupAnti AffinityFilter, ServerGroupAffi nityFilter, PciPassthroughF ilter