Displaying 3 results from an estimated 3 matches for "e446d52b".
Did you mean:
e34652b
2020 Jul 07
2
[nbdkit PATCH] nbd: Add vsock-cid= transport option
...path/to/sock>), or a vsock connection
+(such as C<nbd+vsock:///2:10809/export>). Remember you may need to
quote the parameter to protect it from the shell.
The C<uri> parameter is only available when the plugin was compiled
diff --git a/plugins/nbd/nbd.c b/plugins/nbd/nbd.c
index e446d52b..3f84375b 100644
--- a/plugins/nbd/nbd.c
+++ b/plugins/nbd/nbd.c
@@ -46,6 +46,7 @@
#include <semaphore.h>
#include <poll.h>
#include <fcntl.h>
+#include <sys/socket.h>
#include <libnbd.h>
@@ -61,6 +62,12 @@
DEFINE_VECTOR_TYPE(string_vector, const char *);
+#if...
2020 Jul 07
0
Re: [nbdkit PATCH] nbd: Add vsock-cid= transport option
...connection
> +(such as C<nbd+vsock:///2:10809/export>). Remember you may need to
> quote the parameter to protect it from the shell.
>
> The C<uri> parameter is only available when the plugin was compiled
> diff --git a/plugins/nbd/nbd.c b/plugins/nbd/nbd.c
> index e446d52b..3f84375b 100644
> --- a/plugins/nbd/nbd.c
> +++ b/plugins/nbd/nbd.c
> @@ -46,6 +46,7 @@
> #include <semaphore.h>
> #include <poll.h>
> #include <fcntl.h>
> +#include <sys/socket.h>
>
> #include <libnbd.h>
>
> @@ -61,6 +62,12 @@
&...
2020 Jul 01
15
[PATCH nbdkit 0/9] nbd: Implement command= and socket-fd= parameters.
I fixed the deadlock - turned out to be an actual bug in the nbd
plugin (see patch 8).
I changed the command syntax so it's now:
nbdkit nbd command=qemu arg=-f arg=qcow2 arg=/path/to/disk.qcow2
Nir wrote:
18:08 < nsoffer> rwmjones: regarding the nbd proxy patches, did you have specific flow that help us?
18:08 < nsoffer> rwmjones: or this is just a way to support qcow2 in the