[PATCH 0/3] nbd reconnect on open

Vladimir Sementsov-Ogievskiy posted 3 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200907102426.24766-1-vsementsov@virtuozzo.com
Maintainers: Eric Blake <eblake@redhat.com>, Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
There is a newer version of this series
block/nbd.c                   | 173 +++++++++++++++++++++++++---------
tests/qemu-iotests/306        |  46 +++++++++
tests/qemu-iotests/306.out    |   5 +
tests/qemu-iotests/group      |   1 +
tests/qemu-iotests/iotests.py |  11 +++
5 files changed, 190 insertions(+), 46 deletions(-)
create mode 100755 tests/qemu-iotests/306
create mode 100644 tests/qemu-iotests/306.out
[PATCH 0/3] nbd reconnect on open
Posted by Vladimir Sementsov-Ogievskiy 3 years, 7 months ago
Hi all! There is a new feature: reconnect on open. It is useful when
start of vm and start of nbd server are not simple to sync.

This is based on "[PATCH 0/4] nbd reconnect new fixes"
Based-on: <20200903190301.367620-1-vsementsov@virtuozzo.com>

Vladimir Sementsov-Ogievskiy (3):
  block/nbd: move initial connect to coroutine
  nbd: allow reconnect on open, with corresponding new options
  iotests: add 306 to test reconnect on nbd open

 block/nbd.c                   | 173 +++++++++++++++++++++++++---------
 tests/qemu-iotests/306        |  46 +++++++++
 tests/qemu-iotests/306.out    |   5 +
 tests/qemu-iotests/group      |   1 +
 tests/qemu-iotests/iotests.py |  11 +++
 5 files changed, 190 insertions(+), 46 deletions(-)
 create mode 100755 tests/qemu-iotests/306
 create mode 100644 tests/qemu-iotests/306.out

-- 
2.21.3