Move VM dirs under state/vms

This commit is contained in:
Thales Maciel 2026-01-29 14:47:09 -03:00
parent 75f03aeb04
commit f8e7aedeb2
No known key found for this signature in database
GPG key ID: 33112E6833C34679
8 changed files with 11 additions and 10 deletions

View file

@ -37,7 +37,7 @@ reboot
```
## VM Info File
Each VM writes a metadata file at `state/vm-*/info` with the following fields:
Each VM writes a metadata file at `state/vms/<id>/info` with the following fields:
- `id`: unique identifier for the VM instance.
- `pid`: Firecracker process ID.
- `created_at`: timestamp when the VM was launched.