Re: vmctl status does not reflect the stopping state of a VM

2021-03-22 Thread Klemens Nanni
On Fri, Mar 19, 2021 at 10:44:24AM +0100, Theo Buehler wrote: > On Thu, Mar 18, 2021 at 05:06:53PM -0400, Dave Voutila wrote: > > > > Preben Guldberg writes: > > > > > In "vmctl status", VMs that are being stopped but are still running > > > will simply show up as "running". > > > > > > The diff

Re: vmctl status does not reflect the stopping state of a VM

2021-03-19 Thread Theo Buehler
On Thu, Mar 18, 2021 at 05:06:53PM -0400, Dave Voutila wrote: > > Preben Guldberg writes: > > > In "vmctl status", VMs that are being stopped but are still running > > will simply show up as "running". > > > > The diff below gives preference to showing the stopping state akin to > > how a paused

Re: vmctl status does not reflect the stopping state of a VM

2021-03-18 Thread Dave Voutila
Preben Guldberg writes: > In "vmctl status", VMs that are being stopped but are still running > will simply show up as "running". > > The diff below gives preference to showing the stopping state akin to > how a paused VM is handled. I've tested this and it works as advertised. I guess I had

vmctl status does not reflect the stopping state of a VM

2021-03-16 Thread Preben Guldberg
In "vmctl status", VMs that are being stopped but are still running will simply show up as "running". The diff below gives preference to showing the stopping state akin to how a paused VM is handled. Index: usr.sbin/vmctl/vmctl.c