SRIOV: schdeuler filters not getting changed with upgrade contrail

Bug #1627203 reported by Vinod Nair
6
This bug affects 1 person
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_default_filters = PciPassthroughFilter
scheduler_available_filters = nova.scheduler.filters.all_filters
scheduler_available_filters = nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter

User need to edit the nova.conf and add it manually

scheduler_default_filters = RetryFilter, AvailabilityZoneFilter, RamFilter, DiskFilter,ComputeFilter, ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,PciPassthroughFilter

Revision history for this message
Vinod Nair (vinodnair) wrote :
Jeba Paulaiyan (jebap)
summary: - SRIOV: schdeuler filers not getting changed with upgrade contrail
+ SRIOV: schdeuler filters not getting changed with upgrade contrail
Jeba Paulaiyan (jebap)
no longer affects: juniperopenstack/r3.1
tags: added: releasenote
Revision history for this message
Jeba Paulaiyan (jebap) wrote :

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 = PciPassthroughFilter" with the following:

scheduler_default_filters = RetryFilter, AvailabilityZoneFilter, RamFilter, DiskFilter,ComputeFilter, ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,PciPassthroughFilter

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/29856
Submitter: Kumar Harsh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.2

Review in progress for https://review.opencontrail.org/29857
Submitter: Kumar Harsh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.1

Review in progress for https://review.opencontrail.org/29858
Submitter: Kumar Harsh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.0

Review in progress for https://review.opencontrail.org/29859
Submitter: Kumar Harsh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/29856
Submitter: Kumar Harsh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.0

Review in progress for https://review.opencontrail.org/29859
Submitter: Kumar Harsh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.1

Review in progress for https://review.opencontrail.org/29858
Submitter: Kumar Harsh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R3.2

Review in progress for https://review.opencontrail.org/29857
Submitter: Kumar Harsh (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/29856
Committed: http://github.org/Juniper/contrail-provisioning/commit/af08753e58c4d71f5c2cbfc27ffcbfb22d528dee
Submitter: Zuul (<email address hidden>)
Branch: master

commit af08753e58c4d71f5c2cbfc27ffcbfb22d528dee
Author: Kumar Harsh <email address hidden>
Date: Fri Mar 24 14:03:38 2017 +0530

For sriov update the nova.conf with scheduler_default_filters
during upgrade .

Change-Id: I6ab334fd3c36069865c3b115a508f972f452e3c4
Closes-Bug:#1627203

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/29858
Committed: http://github.org/Juniper/contrail-provisioning/commit/a9a2b08f8aa4a73c9cfb54213a72d971a81fecd5
Submitter: Zuul (<email address hidden>)
Branch: R3.1

commit a9a2b08f8aa4a73c9cfb54213a72d971a81fecd5
Author: Kumar Harsh <email address hidden>
Date: Fri Mar 24 14:25:28 2017 +0530

For sriov update the nova.conf with scheduler_default_filters
during upgrade .

Change-Id: Ifc562c014f1e3713ce72fb8ffc7c51ae127a7b30
Closes-Bug:#1627203

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/29859
Committed: http://github.org/Juniper/contrail-provisioning/commit/e5d7cc4e0009622e737a077ec5d2f9808187988c
Submitter: Zuul (<email address hidden>)
Branch: R3.0

commit e5d7cc4e0009622e737a077ec5d2f9808187988c
Author: Kumar Harsh <email address hidden>
Date: Fri Mar 24 14:03:38 2017 +0530

For sriov update the nova.conf with scheduler_default_filters
during upgrade .

Change-Id: I6ab334fd3c36069865c3b115a508f972f452e3c4
Closes-Bug:#1627203

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/29857
Committed: http://github.org/Juniper/contrail-provisioning/commit/afb653ccdb15a63286d2d3b952d47638e028046f
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit afb653ccdb15a63286d2d3b952d47638e028046f
Author: Kumar Harsh <email address hidden>
Date: Fri Mar 24 14:17:50 2017 +0530

For sriov update the nova.conf with scheduler_default_filters
during upgrade .

Change-Id: Ife9eb239af00dc6d2e97bc06af6a4c9a7bae0132
Closes-Bug:#1627203

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.