Update git submodules

* Update nova from branch 'master'
  - Merge "objects: Introduce 'pcpuset' field for InstanceNUMACell"
  - objects: Introduce 'pcpuset' field for InstanceNUMACell
    
    Introduce the 'pcpuset' to 'InstanceNUMACell' object to track the
    instance pinned CPUs. The 'InstanceNUMACell.cpuset' is switched to
    keep the instance unpinned CPUs only. As a result, the vCPUs of a
    dedicated instance is tracked in NUMA cell object's 'pcpuset', and
    vCPUs of a shared instance is put into the 'cpuset' field.
    
    This introduces some object data migration task for an existing instance
    that is in the 'dedicated' CPU allocation policy with the fact that all
    the CPUs are 1:1 pinned with host CPUs, and it requires to clear the
    content of 'InstanceNUMACell.cpuset' and move it to
    'InstanceNUMACell.pcpuset' field.
    
    Part of blueprint use-pcpu-and-vcpu-in-one-instance
    
    Change-Id: I901fbd7df00e45196395ff4c69e7b8aa3359edf6
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
    Signed-off-by: Wang Huaqiang <huaqiang.wang@intel.com>
This commit is contained in:
Zuul 2020-07-15 10:49:05 +00:00 committed by Gerrit Code Review
parent 36d06ab6bb
commit 3d9a3df525
1 changed files with 1 additions and 1 deletions

2
nova

@ -1 +1 @@
Subproject commit 866bd309cbb0de050e3b7ccc6d1c6be47314f229
Subproject commit 1fa6799e4171d7c93f4d6330f2437891733d7d27