Skip to content

Commit 4fa1d49

Browse files
committed
Disable libvirt_vm_trust_guest_rx_filters
This works around failures to boot baremetal instances with Tenks after their deployment with Ironic is complete. See the upstream Kayobe change for more details [1]. While this may break multicast traffic [2], it allows a Universe from Nothing on Rocky Linux 9 to complete and the CirrOS VM is reachable. [1] https://review.opendev.org/c/openstack/kayobe/+/897260 [2] https://review.opendev.org/c/openstack/tenks/+/736708
1 parent a0837e1 commit 4fa1d49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tenks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,9 @@ bridge_type: linuxbridge
4949

5050
# No placement service.
5151
wait_for_placement: false
52+
53+
# NOTE(priteau): Disable libvirt_vm_trust_guest_rx_filters, which when enabled
54+
# triggers the following errors when booting baremetal instances with Tenks on
55+
# Libvirt 9: Cannot set interface flags on 'macvtap1': Value too large for
56+
# defined data type
57+
libvirt_vm_trust_guest_rx_filters: false

0 commit comments

Comments
 (0)