Skip to content

Commit

Permalink
test: drop duplicate tuned disabling
Browse files Browse the repository at this point in the history
The referenced issue is no longer an issue and we already disable tuned
in bots when we create the image.
  • Loading branch information
jelly committed Jan 16, 2025
1 parent b6c323c commit 5bbaf54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/vm.install
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ if [ "$ID" = "debian" ] || [ "$ID" = "ubuntu" ]; then
systemctl start firewalld
firewall-cmd --zone=public --permanent --add-interface=eth1

# HACK: tuned breaks QEMU (https://launchpad.net/bugs/1774000)
systemctl disable tuned.service 2>/dev/null || true

# disarm 10-cloudimg-settings.conf
sed -i '/.*PasswordAuthentication no/d' /etc/ssh/sshd_config $(ls /etc/ssh/sshd_config.d/* 2>/dev/null || true)
fi
Expand Down

0 comments on commit 5bbaf54

Please sign in to comment.