Re: [libvirt] [PATCH] openvz: check the exitstatus of vzlist

2012-08-24 Thread Laine Stump
On 08/24/2012 03:03 AM, Daniel Veillard wrote: > On Fri, Aug 24, 2012 at 02:07:15AM -0400, Laine Stump wrote: >> I noticed this while auditing all calls to virCommandRun that request >> an exit status from virCommandRun. Two functions in the openvz driver >> >> openvzDomainGetBarrierLimit >> op

Re: [libvirt] [PATCH] openvz: check the exitstatus of vzlist

2012-08-24 Thread Daniel Veillard
On Fri, Aug 24, 2012 at 02:07:15AM -0400, Laine Stump wrote: > I noticed this while auditing all calls to virCommandRun that request > an exit status from virCommandRun. Two functions in the openvz driver > > openvzDomainGetBarrierLimit > openvzDomainSetBarrierLimit > > request an exit status

[libvirt] [PATCH] openvz: check the exitstatus of vzlist

2012-08-23 Thread Laine Stump
I noticed this while auditing all calls to virCommandRun that request an exit status from virCommandRun. Two functions in the openvz driver openvzDomainGetBarrierLimit openvzDomainSetBarrierLimit request an exit status from virCommandRun (thus assuring that virCommandRun won't log any errors