Re: [PATCH 2/2] qapi: Fix qmp_block_set_io_throttle blocked for too long

2025-03-17 Thread zoudongjie via
On Thu, 13 Mar, 2025 at 12:25:08 +0800, Stefan Hajnoczi wrote: > On Sat, Mar 08, 2025 at 06:16:18PM +0800, zoudongjie wrote: > > From: Zhu Yangyang > > > > bdrv_drained_begin() is blocked for a long time when network storage is used > > and the network link has just failed. > > Therefore, the tim

Re: [PATCH 2/2] qapi: Fix qmp_block_set_io_throttle blocked for too long

2025-03-13 Thread Stefan Hajnoczi
On Sat, Mar 08, 2025 at 06:16:18PM +0800, zoudongjie wrote: > From: Zhu Yangyang > > bdrv_drained_begin() is blocked for a long time when network storage is used > and the network link has just failed. > Therefore, the timeout period is set here. > > Signed-off-by: Zhu Yangyang > --- > block/b