Move VM dirs under state/vms
This commit is contained in:
parent
75f03aeb04
commit
f8e7aedeb2
8 changed files with 11 additions and 10 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue