[Libguestfs] [PATCH libnbd 0/3] Enable multiple connections - take 2

Nir Soffer nirsof at gmail.com
Thu May 27 12:34:40 UTC 2021


Fix the test using qemu-nbd to allow multiple connections and update the
man page about the new semantics.

Unfortunately we have no way to tell if a NBD server supports multiple
connetions, so our default of using 4 connetions is fragile when using
remote qemu-nbd. I think the default should change to use one connection
so it always works.

Nir Soffer (3):
  copy: copy-file-to-qcow2.sh: Enable multiple connections
  Revert "Revert "copy: Always allow multiple connections""
  copy: Update nbdcopy(1) about multiple connections

 copy/copy-file-to-qcow2.sh |  2 +-
 copy/main.c                | 25 ++++++++++++++++---------
 copy/nbdcopy.pod           | 25 +++++++------------------
 3 files changed, 24 insertions(+), 28 deletions(-)

-- 
2.26.3






More information about the Libguestfs mailing list