Skip to content

Commit

Permalink
stop setting mem_stats_period_seconds=0
Browse files Browse the repository at this point in the history
mem_stats_period_seconds=0 was the upstream way to disable
the virtio memory ballon in libvirt guest however several release
ago libvirt started adding the mem balloan device if not present
in the xml

when using sev the mem ballon device also needs
  <driver iommu='on'/>
which is not added by default by libvirt

since this is not working as intened and disableing the
memballon device this change just removed the override
to ensure sev guest work correctly.
  • Loading branch information
SeanMooney authored and openshift-merge-bot[bot] committed May 22, 2024
1 parent c33c119 commit e6b76a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/nova.conf
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ live_migration_timeout_action=force_complete
cpu_mode=host-model
hw_machine_type=x86_64=q35
sysinfo_serial=unique
mem_stats_period_seconds=0
num_pcie_ports=24
images_type=qcow2
rx_queue_size=512
Expand Down

0 comments on commit e6b76a9

Please sign in to comment.