Re: [PATCH v2] tools: only fail validations if VIR_HOST_VALIDATE_FAIL is set

2021-06-08 Thread Fabiano Fidêncio
On Tue, Jun 8, 2021 at 8:51 AM Michal Prívozník wrote: > > On 6/7/21 6:22 PM, Fabiano Fidêncio wrote: > > Currently `virt-host-validate` will fail whenever one of its calls fail, > > regardless of virHostValidateLevel set. > > > > This behaviour is not optimal and makes it not exactly reliable as

Re: [PATCH v2] tools: only fail validations if VIR_HOST_VALIDATE_FAIL is set

2021-06-08 Thread Michal Prívozník
On 6/7/21 6:22 PM, Fabiano Fidêncio wrote: > Currently `virt-host-validate` will fail whenever one of its calls fail, > regardless of virHostValidateLevel set. > > This behaviour is not optimal and makes it not exactly reliable as a > command line tool as other tools or scripts using it would

[PATCH v2] tools: only fail validations if VIR_HOST_VALIDATE_FAIL is set

2021-06-07 Thread Fabiano Fidêncio
Currently `virt-host-validate` will fail whenever one of its calls fail, regardless of virHostValidateLevel set. This behaviour is not optimal and makes it not exactly reliable as a command line tool as other tools or scripts using it would have to check its output to figure out whether something