Comment 4 for bug 1751873

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack/nova (9.0/mitaka)

Reviewed: https://review.fuel-infra.org/37963
Submitter: Pkgs Jenkins <email address hidden>
Branch: 9.0/mitaka

Commit: 1e9f18dabcbb1cd143966c31bccd2e7586a5cac2
Author: Andrey Volkov <email address hidden>
Date: Thu Mar 22 12:47:40 2018

Skip numa usage update for update_available_resource task

Current thoughts that update_available_resource could be the source
of troubles for CPU pin/unpin. New CPU pinning for migrated instance
could be incompatible with the old compute node. This causes fail
in periodic tasks like update_available_resource as it's check
resources for the old compute node. Effectively this means
that instance numa topology is updated but instance host is not.

This patch skips numa usage update while instance in a migration
state, for other states it's same as it was.

PROD: https://mirantis.jira.com/browse/PROD-15177
Change-Id: I542be52636d6aabc4ef93ed338ca89958ccb4cf2
Closes-Bug: #1751873