Rename vm_id field and add list helpers

This commit is contained in:
Thales Maciel 2026-01-29 13:25:23 -03:00
parent eedc1fe1d8
commit 6aa191663a
No known key found for this signature in database
GPG key ID: 33112E6833C34679
4 changed files with 49 additions and 2 deletions

View file

@ -38,7 +38,7 @@ reboot
## VM Info File
Each VM writes a metadata file at `state/vm-*/info` with the following fields:
- `vm_id`: unique identifier for the VM instance.
- `id`: unique identifier for the VM instance.
- `pid`: Firecracker process ID.
- `created_at`: timestamp when the VM was launched.
- `guest_ip`: IP address assigned to the guest.