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 VM template contains DISK = [ IMAGE_ID="2" ] and update is performed in FireEdge, then IMAGE_ID is never updated, instead FireEdge just adds IMAGE. All this makes the VM template unusable.
To Reproduce
Download some VM template + image from marketplace (in GUI).
Update the VM template and attach different image as the disk (in GUI).
Expected behavior
Either IMAGE_ID or IMAGE should exist (only one of them) and point to new image or both should be pointing to the new image correctly. 🤗
Details
Affected Component: FireEdge
Hypervisor: KVM
Version: 6.10.2
Additional context
🐈 + 🥒
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
Description
When a VM template contains
DISK = [ IMAGE_ID="2" ]
and update is performed in FireEdge, thenIMAGE_ID
is never updated, instead FireEdge just addsIMAGE
. All this makes the VM template unusable.To Reproduce
Expected behavior
Either IMAGE_ID or IMAGE should exist (only one of them) and point to new image or both should be pointing to the new image correctly. 🤗
Details
Additional context
🐈 + 🥒
Progress Status
The text was updated successfully, but these errors were encountered: