Skip to content

Commit

Permalink
Disable microvm optimization for admin-vm
Browse files Browse the repository at this point in the history
Having optimization enabled seems to break storagevm functionality.

Signed-off-by: Santtu Lakkala <santtu.lakkala@unikie.com>
  • Loading branch information
slakkala committed Oct 23, 2024
1 parent 9246e32 commit 342de34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/microvm/virtualization/microvm/adminvm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ let
};

microvm = {
optimize.enable = true;
optimize.enable = false;
#TODO: Add back support cloud-hypervisor
#the system fails to switch root to the stage2 with cloud-hypervisor
hypervisor = "qemu";
Expand Down

0 comments on commit 342de34

Please sign in to comment.