Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refs #36999 - Force host-passthrough CPU model for libvirt #10297

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

nofaralfasi
Copy link
Contributor

If the :cpu option is not specified, fog-libvirt uses the default configured CPU model on the libvirt host. This is often qemu64 and that lacks some features you generally want. host-passthrough is recommended by libvirt so this opts into that.

Technically it duplicates the default that fog-libvirt already sets, but if you leave the hash empty then it falls back to the host default.

(cherry picked from commit 3b9957f)

If the :cpu option is not specified, fog-libvirt uses the default
configured CPU model on the libvirt host. This is often qemu64 and that
lacks some features you generally want. host-passthrough is recommended
by libvirt so this opts into that.

Technically it duplicates the default that fog-libvirt already sets, but
if you leave the hash empty then it falls back to the host default.

(cherry picked from commit 3b9957f)
@pr-processor pr-processor bot added Not yet reviewed Stable branch PRs that are opened against a stable branch. Usually a cherry pick labels Aug 29, 2024
@nofaralfasi nofaralfasi merged commit c1555e7 into theforeman:3.12-stable Aug 29, 2024
46 of 52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stable branch PRs that are opened against a stable branch. Usually a cherry pick
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants