LXD virtual machine freezes on bootup and accessing storage driver
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-kvm (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
LXD virtual machine freezes on bootup and when accessing mounted external storage driver
The 2 issues has been raised on github at the LXD project, where it turned out, the issue is related to the kvm kernel using for vm (qemu), switching the generic kernel within the vm (qemu) has solved the issues.
All the steps to reproduce the issue incl. output and panics has been documented, thus I'm kindly ask to refer to the github issues: https:/
Steps to reproduce:
lxc init ubuntu:focal v1 --vm
lxc config set v1 limits.cpu 4
lxc config device add v1 extv1 disk source=
lxc start v1
lxc console v1
workaround:
apt install linux-generic
apt remove linux-image-
update-grub