Re: [libvirt] [PATCH 6/9] virsh: domjobinfo: Allow printing stats also for failed and other jobs

2019-11-26 Thread Eric Blake
On 11/25/19 9:01 AM, Peter Krempa wrote: Introduce the --anystats flag which does not skip the printing of the stats if the job was unsuccessful. Signed-off-by: Peter Krempa --- +Normally only statistics for running and successful completed jobs are printed. +I<--anystats> can be used to dis

[libvirt] [PATCH 6/9] virsh: domjobinfo: Allow printing stats also for failed and other jobs

2019-11-25 Thread Peter Krempa
Introduce the --anystats flag which does not skip the printing of the stats if the job was unsuccessful. Signed-off-by: Peter Krempa --- tools/virsh-domain.c | 7 ++- tools/virsh.pod | 5 + 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/tools/virsh-domain.c b/tools/v