Rename vm_id field and add list helpers
This commit is contained in:
parent
eedc1fe1d8
commit
6aa191663a
4 changed files with 49 additions and 2 deletions
2
run.sh
2
run.sh
|
|
@ -355,7 +355,7 @@ log "starting virtual machine"
|
|||
VM_STARTED=1
|
||||
|
||||
cat > "$VM_DIR/info" <<EOF
|
||||
vm_id=$VM_ID
|
||||
id=$VM_ID
|
||||
name=$VM_NAME
|
||||
pid=$FC_PID
|
||||
created_at=$(date -Iseconds)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue