Re: [libvirt] [PATCH] bhyve: silent destroy command errors on cleanup

2014-06-13 Thread Roman Bogorodskiy
Eric Blake wrote: > On 06/13/2014 01:00 PM, Roman Bogorodskiy wrote: > > When virBhyveProcessStart() fails, it tries to unload > > a guest that could have been already loaded using > > bhyveload(8) to make sure not to leave it hanging in memory. > > > > However, we could fail before loading a V

Re: [libvirt] [PATCH] bhyve: silent destroy command errors on cleanup

2014-06-13 Thread Eric Blake
On 06/13/2014 01:00 PM, Roman Bogorodskiy wrote: > When virBhyveProcessStart() fails, it tries to unload > a guest that could have been already loaded using > bhyveload(8) to make sure not to leave it hanging in memory. > > However, we could fail before loading a VM into memory, > so 'bhyvectl --d

[libvirt] [PATCH] bhyve: silent destroy command errors on cleanup

2014-06-13 Thread Roman Bogorodskiy
When virBhyveProcessStart() fails, it tries to unload a guest that could have been already loaded using bhyveload(8) to make sure not to leave it hanging in memory. However, we could fail before loading a VM into memory, so 'bhyvectl --destroy' command will fail and print an error message that loo