Actions
Refactor #36999
closedDrop CPU model for libvirt VM creation
Status:
Closed
Priority:
Normal
Assignee:
Category:
Compute resources - libvirt
Target version:
-
Difficulty:
Triaged:
Yes
Description
Since fog-libvirt 0.12.0 the default CPU model was some abstract type with a low compatibility level. Since 0.12.0 it defaults to CPU passthrough, as recommended by qemu if live migration is not required (https://www.qemu.org/docs/master/system/qemu-cpu-models.html). That's not something we support today, so it should be safe to drop the CPU model selection.
I can't determine if this was exposed in the API. At least not explicitly.
Updated by Ewoud Kohl van Wijngaarden 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|d7b17c5276f7a09e8908f3cc3ead839d54867fec.
Actions