Re: [libvirt] [PATCH] virsh migrate: Properly check for --parallel-connections

2019-07-19 Thread Michal Privoznik
On 7/19/19 4:05 PM, Jiri Denemark wrote: Ever since --parallel-connections option for virsh migrate was introduced we did not properly check the return value of vshCommandOptInt. We would set VIR_MIGRATE_PARAM_PARALLEL_CONNECTIONS parameter even if vshCommandOptInt returned 0 (which means

[libvirt] [PATCH] virsh migrate: Properly check for --parallel-connections

2019-07-19 Thread Jiri Denemark
Ever since --parallel-connections option for virsh migrate was introduced we did not properly check the return value of vshCommandOptInt. We would set VIR_MIGRATE_PARAM_PARALLEL_CONNECTIONS parameter even if vshCommandOptInt returned 0 (which means --parallel-connections was not specified) when