On 07/04/2016 00:48, Eric Blake wrote: > nbd-server.c currently fails to handle unsupported options properly. > If during option haggling the client sends an unknown request, the > server kills the connection instead of letting the client try to > fall back to something older. This is precisely what advertising > NBD_FLAG_FIXED_NEWSTYLE was supposed to fix. > > Signed-off-by: Eric Blake <ebl...@redhat.com> > --- > > Turns out our server has a very similar bug to the client. > If desired, I can spin a v3 that moves the hunk in nbd/client.c > to the previous patch.
I'll do that myself. Thanks for the patches! Paolo