Skip to content

Commit 0a49a85

Browse files
authored
Merge pull request #971 from stackhpc/aufn-libvirt
Fix libvirt error for tenks on Rocky Linux 9
2 parents c5ff013 + 100f544 commit 0a49a85

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/kayobe/environments/aufn-ceph/tenks.yml

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

8888
# No placement service.
8989
wait_for_placement: false
90+
91+
# NOTE(priteau): Disable libvirt_vm_trust_guest_rx_filters, which when enabled
92+
# triggers the following errors when booting baremetal instances with Tenks on
93+
# Libvirt 9: Cannot set interface flags on 'macvtap1': Value too large for
94+
# defined data type
95+
libvirt_vm_trust_guest_rx_filters: false

0 commit comments

Comments
 (0)