Merge "Disable postcopy for ovn/ovs-dpdk"

This commit is contained in:
Zuul 2021-08-06 16:54:57 +00:00 committed by Gerrit Code Review
commit 087a703fe1
2 changed files with 4 additions and 1 deletions

View File

@ -5,3 +5,5 @@ resource_registry:
parameter_defaults:
NeutronVhostuserSocketDir: /var/lib/vhost_sockets
# Disable postcopy for dpdk for now, further details see https://bugzilla.redhat.com/show_bug.cgi?id=1986567
NovaLiveMigrationPermitPostCopy: False

View File

@ -9,4 +9,5 @@ parameter_defaults:
NovaSchedulerEnabledFilters: "ComputeFilter,AvailabilityZoneFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,NUMATopologyFilter"
OvsDpdkDriverType: "vfio-pci"
NeutronPluginExtensions: "qos,port_security"
# Disable postcopy for dpdk for now, further details see https://bugzilla.redhat.com/show_bug.cgi?id=1986567
NovaLiveMigrationPermitPostCopy: False