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 _______________________________________________ Libguestfs mailing list [email protected] https://listman.redhat.com/mailman/listinfo/libguestfs
