Merge "Disable postcopy for ovn/ovs-dpdk" into stable/train

This commit is contained in:
Zuul 2021-08-09 23:10:56 +00:00 committed by Gerrit Code Review
commit 2130f0e811
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:
NovaSchedulerDefaultFilters: "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