You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When a new VM Template is created, hypervisor must be selected. This value is saved in the HYPERVISOR attribute only for compatibility purposes (FireEdge always retrieves the VMM driver from the host where the VM is running to ascertain the hypervisor).
Additionally, we need to add the selected hypervisor as a SCHED_REQUIREMENT:
This sched_requirement must appear in the Placement "Advanced Options" subtab, as an editable part of the expression. End user can delete it completely or add another boolean conditions to it.
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
rsmontero
changed the title
[FireEdge] On VM Template creation, add hypervisor as sched requirement
VM Template instantiate should add hypervisor as automatic sched requirement
Sep 4, 2023
Description
When a new VM Template is created, hypervisor must be selected. This value is saved in the HYPERVISOR attribute only for compatibility purposes (FireEdge always retrieves the VMM driver from the host where the VM is running to ascertain the hypervisor).
Additionally, we need to add the selected hypervisor as a SCHED_REQUIREMENT:
SCHED_REQUIREMENT="HYPERVISOR={kvm, firecracker, ...}"
This sched_requirement must appear in the Placement "Advanced Options" subtab, as an editable part of the expression. End user can delete it completely or add another boolean conditions to it.
Progress Status
The text was updated successfully, but these errors were encountered: