-
Hi - I am having an issue accessing a volume when i point to a zfs pool on a separate disk and when starting the vm via systemctrl:
```
microvm = {
volumes = [{
mountPoint = "/var";
image …
-
# Motivation
MicroVMs are light-weight VMs supported by [Firecracker](https://github.com/firecracker-microvm/firecracker) and QEMU's [microvm machine type](https://qemu.readthedocs.io/en/latest/sys…
-
Hi @pfandzelter , I noticed that the platform can query the shortest path between nodes, and the ping results indicate that the latency seems to match the calculated path delay.
![image](https://git…
-
Splitting from #1221
from @skmp
> We now have a fairly clean interface - one would need to add support for this in virtual void `GuestMmap(void *addr, size_t length, int prot, int flags, int fd,…
skmp updated
5 months ago
-
I followed the [simple networking docs](https://astro.github.io/microvm.nix/simple-network.html), but had the experience that the tap network was not working out of the box.
My host's bridge devi…
-
# Describe the bug
After resuming a VM from snapshot, processes occasionally get stuck. A minimal example is an `init` binary that just runs `while (true) { sleep 100ms ; print 'hello' }` - after r…
-
Firstly, THANK YOU for that awesome project... I am considering migrating everything to microVMs once I get a solid grasp of how it all works.
Is there any way to gain terminal access to a running …
-
# 🐛 bug report
## Preflight Checklist
- [x] I have read the [Contributing Guidelines][contributing] for this project.
- [x] I agree to follow the [Code of Conduct][code_of_conduct] that thi…
-
Subscribe to this issue and stay notified about new [daily trending repos in Rust](https://github.com/trending/rust?since=daily).
-
I've started to migrate hosts to the new LTS kernel with:
```nix
boot.kernelPackages = pkgs.linuxPackages_6_6;
```
However, the microVMs are still using the default 6.1 release:
```
micr…
jpds updated
8 months ago