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
Can't deploy Alpine or Ubuntu VM due to the following error:
...
Wed Dec 4 18:07:39 2024 [Z0][VMM][I]: error: Failed to create domain from /var/lib/one//datastores/0/3/deployment.0
Wed Dec 4 18:07:39 2024 [Z0][VMM][I]: error: Cannot check QEMU binary /usr/bin/qemu-kvm-one: No such file or directory
Description
One Sunstone fails to run a KVM VM due to a missing binary : qemu-kvm-one
If I install it manually with: sudo apt install -y qemu-kvm-one, it returns an error due to configuration failure. More on this in #6209
To Reproduce
Setup Ubuntu 24.04.1
Setup KVM
Install OpenNebula 6.10
Setup Linstor DS
Expected behavior
A clear and concise description of what you expected to happen.
Details
OS: Ubuntu 24.04.1
Affected Component: [e.g. Sunstone, Scheduler, or Storage] Core, KVM, Sunstone
Hypervisor: [e.g. KVM] KVM
Version: 6.10.0-1
Linstor Data Store
Download Ubuntu 22.04 Minimal from the Market place
Start a VM from the image
Specify Linstor system store for the VM
Run VM and find the Boot Failure Status with the error specified
Additional context
Pls find more details here: #6209
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
Issue
Can't deploy Alpine or Ubuntu VM due to the following error:
Description
One Sunstone fails to run a KVM VM due to a missing binary : qemu-kvm-one
If I install it manually with:
sudo apt install -y qemu-kvm-one
, it returns an error due to configuration failure. More on this in #6209To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Details
Additional context
Pls find more details here: #6209
Progress Status
The text was updated successfully, but these errors were encountered: