As of now the `restart_unresponsive_vm` scripts only checks the responsiveness of one VM. It would be interesting if we could set an array like `VMIDS=[12,15]` and have the same effects for both VMs of IDs 12 and 15.
As of now the
restart_unresponsive_vmscripts only checks the responsiveness of one VM.It would be interesting if we could set an array like
VMIDS=[12,15]and have the same effects for both VMs of IDs 12 and 15.