Re: [Qemu-block] [PATCH 2/2] block: remove timer canceling in throttle_config()

2017-07-06 Thread Stefan Hajnoczi
On Sun, Jul 02, 2017 at 01:06:46PM +0300, Manos Pitsidianakis wrote: > throttle_config() cancels the timers of the calling BlockBackend. This > doesn't make sense because other BlockBackends in the group remain > untouched. There's no need to cancel the timers in the one specific > BlockBackend so

[Qemu-block] [PATCH 2/2] block: remove timer canceling in throttle_config()

2017-07-02 Thread Manos Pitsidianakis
throttle_config() cancels the timers of the calling BlockBackend. This doesn't make sense because other BlockBackends in the group remain untouched. There's no need to cancel the timers in the one specific BlockBackend so let's not do that. Throttled requests will run as scheduled and future reques