Re: [PATCH v2 1/2] block-backend: add drained_poll

2021-06-02 Thread Vladimir Sementsov-Ogievskiy
02.06.2021 09:05, Sergio Lopez wrote: Allow block backends to poll their devices/users to check if they have been quiesced when entering a drained section. This will be used in the next patch to wait for the NBD server to be completely quiesced. Suggested-by: Kevin Wolf Reviewed-by: Kevin Wolf

[PATCH v2 1/2] block-backend: add drained_poll

2021-06-01 Thread Sergio Lopez
Allow block backends to poll their devices/users to check if they have been quiesced when entering a drained section. This will be used in the next patch to wait for the NBD server to be completely quiesced. Suggested-by: Kevin Wolf Reviewed-by: Kevin Wolf Reviewed-by: Eric Blake Signed-off-by