search for: nbdmagicihaveoptnbdkit

Displaying 3 results from an estimated 3 matches for "nbdmagicihaveoptnbdkit".

2019 Oct 03
2
Re: [nbdkit PATCH 3/4] server: Close backends if a filter's .open fails
$ ./nbdkit -s memory 1M < fuzzing/testcase_dir/newstyle-cflags NBDMAGICIHAVEOPTnbdkit: plugins.c:274: plugin_close: Assertion `connection_get_handle (conn, 0)' failed. Aborted (core dumped) git bisect implicates this patch: 2f80ce1209d5898cb9a567c0b29e7736ff4d03eb is the first bad commit Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones...
2019 Oct 03
0
Re: [nbdkit PATCH 3/4] server: Close backends if a filter's .open fails
On 10/3/19 2:38 PM, Richard W.M. Jones wrote: > > $ ./nbdkit -s memory 1M < fuzzing/testcase_dir/newstyle-cflags > NBDMAGICIHAVEOPTnbdkit: plugins.c:274: plugin_close: Assertion `connection_get_handle (conn, 0)' failed. > Aborted (core dumped) > > git bisect implicates this patch: > > 2f80ce1209d5898cb9a567c0b29e7736ff4d03eb is the first bad commit Yep, I see it. More patches coming (we need to better track whe...
2019 Oct 03
7
[nbdkit PATCH 0/4] More work with retry safety
I'm still working on another set of patches to have reopen call .finalize/.prepare (so that another filter can safely appear between retry and the plugin), but for tonight, these are the patches I think are ready to go. Eric Blake (4): retry: Handle can_fua and can_fast_zero changes tests: Test retry with different fua/fast-zero flags server: Close backends if a filter's .open fails