[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Nbd] NBD Super Size io operations



> > If you do something like the following in nbd-client just before the
> > call to NBD_DO_IT, does this fix the problem:
> > 
> > 
> > +       sigfillset(&block);
> > +       sigdelset(&block, SIGKILL);
> > +       sigprocmask(SIG_SETMASK, &block, &old);
> >          if (ioctl(nbd, NBD_DO_IT) < 0)
> > 
> > (block and old are sigset_t).
> > 
> > Could anyone who's seeing the problem test that?
> 
> I ran some benchmarks which were previously triggering this bug with
> this patch applied and the driver patch reverted and it does seem to be working
> fine.
> Folkert, you had a repro to trigger this failure set up, right?
> Could you confirm?

Will test it. I'll start the testcase now, results asap.


Folkert van Heusden

-- 
MultiTail na wan makriki wrokosani fu tan luku den logfile nanga san
den commando spiti puru. Piki puru spesrutu sani, wroko nanga difrenti
kroru, tya kon makandra, nanga wan lo moro.
http://www.vanheusden.com/multitail/
----------------------------------------------------------------------
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com



Reply to: