Re: [libvirt] [PATCH] libvirt: add daemon itself as shutdown reason

2018-11-08 Thread John Ferlan
On 11/8/18 8:10 AM, Nikolay Shirokovskiy wrote: > > > On 08.11.2018 15:58, John Ferlan wrote: >> >> >> On 11/8/18 2:03 AM, Nikolay Shirokovskiy wrote: >>> >>> >>> On 07.11.2018 17:29, John Ferlan wrote: On 10/8/18 7:21 AM, Nikolay Shirokovskiy wrote: > Let's introduce shutdo

Re: [libvirt] [PATCH] libvirt: add daemon itself as shutdown reason

2018-11-08 Thread Nikolay Shirokovskiy
On 08.11.2018 15:58, John Ferlan wrote: > > > On 11/8/18 2:03 AM, Nikolay Shirokovskiy wrote: >> >> >> On 07.11.2018 17:29, John Ferlan wrote: >>> >>> >>> On 10/8/18 7:21 AM, Nikolay Shirokovskiy wrote: Let's introduce shutdown reason "daemon" which means we have to kill running doma

Re: [libvirt] [PATCH] libvirt: add daemon itself as shutdown reason

2018-11-08 Thread John Ferlan
On 11/8/18 2:03 AM, Nikolay Shirokovskiy wrote: > > > On 07.11.2018 17:29, John Ferlan wrote: >> >> >> On 10/8/18 7:21 AM, Nikolay Shirokovskiy wrote: >>> Let's introduce shutdown reason "daemon" which means we have to >>> kill running domain ourselves as the best action we can take at >>> tha

Re: [libvirt] [PATCH] libvirt: add daemon itself as shutdown reason

2018-11-07 Thread Nikolay Shirokovskiy
On 07.11.2018 17:29, John Ferlan wrote: > > > On 10/8/18 7:21 AM, Nikolay Shirokovskiy wrote: >> Let's introduce shutdown reason "daemon" which means we have to >> kill running domain ourselves as the best action we can take at >> that moment. Failure to pick up domain on daemon restart is >>

Re: [libvirt] [PATCH] libvirt: add daemon itself as shutdown reason

2018-11-07 Thread John Ferlan
On 10/8/18 7:21 AM, Nikolay Shirokovskiy wrote: > Let's introduce shutdown reason "daemon" which means we have to > kill running domain ourselves as the best action we can take at > that moment. Failure to pick up domain on daemon restart is > one example of such case. Using reason "crashed" is

Re: [libvirt] [PATCH] libvirt: add daemon itself as shutdown reason

2018-10-19 Thread John Ferlan
On 10/19/18 5:24 AM, Nikolay Shirokovskiy wrote: > > > On 18.10.2018 18:30, John Ferlan wrote: >> >> >> On 10/17/18 4:16 AM, Nikolay Shirokovskiy wrote: >>> >>> >>> On 16.10.2018 15:48, John Ferlan wrote: On 10/8/18 7:21 AM, Nikolay Shirokovskiy wrote: > Let's introduce shut

Re: [libvirt] [PATCH] libvirt: add daemon itself as shutdown reason

2018-10-19 Thread Nikolay Shirokovskiy
On 18.10.2018 18:30, John Ferlan wrote: > > > On 10/17/18 4:16 AM, Nikolay Shirokovskiy wrote: >> >> >> On 16.10.2018 15:48, John Ferlan wrote: >>> >>> >>> On 10/8/18 7:21 AM, Nikolay Shirokovskiy wrote: Let's introduce shutdown reason "daemon" which means we have to kill running dom

Re: [libvirt] [PATCH] libvirt: add daemon itself as shutdown reason

2018-10-18 Thread John Ferlan
On 10/17/18 4:16 AM, Nikolay Shirokovskiy wrote: > > > On 16.10.2018 15:48, John Ferlan wrote: >> >> >> On 10/8/18 7:21 AM, Nikolay Shirokovskiy wrote: >>> Let's introduce shutdown reason "daemon" which means we have to >>> kill running domain ourselves as the best action we can take at >>> th

Re: [libvirt] [PATCH] libvirt: add daemon itself as shutdown reason

2018-10-17 Thread Nikolay Shirokovskiy
On 16.10.2018 15:48, John Ferlan wrote: > > > On 10/8/18 7:21 AM, Nikolay Shirokovskiy wrote: >> Let's introduce shutdown reason "daemon" which means we have to >> kill running domain ourselves as the best action we can take at >> that moment. Failure to pick up domain on daemon restart is >>

Re: [libvirt] [PATCH] libvirt: add daemon itself as shutdown reason

2018-10-16 Thread John Ferlan
On 10/8/18 7:21 AM, Nikolay Shirokovskiy wrote: > Let's introduce shutdown reason "daemon" which means we have to > kill running domain ourselves as the best action we can take at > that moment. Failure to pick up domain on daemon restart is > one example of such case. Using reason "crashed" is

[libvirt] [PATCH] libvirt: add daemon itself as shutdown reason

2018-10-08 Thread Nikolay Shirokovskiy
Let's introduce shutdown reason "daemon" which means we have to kill running domain ourselves as the best action we can take at that moment. Failure to pick up domain on daemon restart is one example of such case. Using reason "crashed" is a bit misleading as it is used when qemu is actually crashe