Re: [PATCH] iotests: Test nbd client reconnect

2019-10-28 Thread Andrey Shinkevich
On 28/10/2019 13:17, Vladimir Sementsov-Ogievskiy wrote: > 28.10.2019 10:55, Eric Blake wrote: >> On 10/27/19 3:48 PM, Andrey Shinkevich wrote: >>> The stress test for an NBD client. The NBD server is disconnected after >>> a client write operation. The NBD client should reconnect and retry the >

Re: [PATCH] iotests: Test nbd client reconnect

2019-10-28 Thread Vladimir Sementsov-Ogievskiy
28.10.2019 10:55, Eric Blake wrote: > On 10/27/19 3:48 PM, Andrey Shinkevich wrote: >> The stress test for an NBD client. The NBD server is disconnected after >> a client write operation. The NBD client should reconnect and retry the >> operation. >> >> Suggested-by: Denis V. Lunev >> Signed-off-b

Re: [PATCH] iotests: Test nbd client reconnect

2019-10-28 Thread Eric Blake
On 10/27/19 3:48 PM, Andrey Shinkevich wrote: The stress test for an NBD client. The NBD server is disconnected after a client write operation. The NBD client should reconnect and retry the operation. Suggested-by: Denis V. Lunev Signed-off-by: Andrey Shinkevich --- tests/qemu-iotests/277

Re: [PATCH] iotests: Test nbd client reconnect

2019-10-28 Thread Andrey Shinkevich
On 27/10/2019 17:48, Andrey Shinkevich wrote: > The stress test for an NBD client. The NBD server is disconnected after > a client write operation. The NBD client should reconnect and retry the > operation. > > Suggested-by: Denis V. Lunev > Signed-off-by: Andrey Shinkevich > --- > tests/qem

[PATCH] iotests: Test nbd client reconnect

2019-10-27 Thread Andrey Shinkevich
The stress test for an NBD client. The NBD server is disconnected after a client write operation. The NBD client should reconnect and retry the operation. Suggested-by: Denis V. Lunev Signed-off-by: Andrey Shinkevich --- tests/qemu-iotests/277 | 91 ++