search for: 13c1c29d

Displaying 1 result from an estimated 1 matches for "13c1c29d".

2020 Jul 10
0
[RFC nbdkit PATCH] server: Allow --run with --vsock
...amp;& run)) { + (vsock && listen_stdin)) { fprintf (stderr, "%s: --dump-plugin, -p, --run, -s, -U or --vsock options " "cannot be used in this combination\n", diff --git a/tests/test-vsock.sh b/tests/test-vsock.sh index 54115e78..13c1c29d 100755 --- a/tests/test-vsock.sh +++ b/tests/test-vsock.sh @@ -57,16 +57,25 @@ files="vsock.pid" rm -f $files cleanup_fn rm -f $files -# Run nbdkit. -start_nbdkit -P vsock.pid --vsock --port $port memory 1M - -export port -nbdsh -c - <<'EOF' +# An nbdsh script for connect...