Re: [libvirt] [PATCH 1/2] virTimeBackOffWait: Avoid long periods of sleep

2017-03-14 Thread Jim Fehlig
On 03/13/2017 06:29 AM, Michal Privoznik wrote: While connecting to qemu monitor, the first thing we do is for it s/is for/is wait for/ to show up. However, we are doing it with some timeout to avoid indefinite waits (e.g. when qemu doesn't create the monitor socket at all). After beaa447a29

[libvirt] [PATCH 1/2] virTimeBackOffWait: Avoid long periods of sleep

2017-03-13 Thread Michal Privoznik
While connecting to qemu monitor, the first thing we do is for it to show up. However, we are doing it with some timeout to avoid indefinite waits (e.g. when qemu doesn't create the monitor socket at all). After beaa447a29 we are using exponential back off timeout meaning, after the first