Hi Mark, On Thu, Oct 17, 2013 at 1:07 PM, Mark Trumpold <ma...@netqa.com> wrote:
> 165 strace -p 2488 -o /var/tmp/qemu.nbd.strace.v2 & > 166 strace -p 2492 -o /var/tmp/nbd-client.strace.v2 & > You'll need to include the -f option to strace to get the full child trace (at least for nbd-client). In the output you sent, we don't see the child nbd-client, which is the one calling the NBD_DO_IT ioctl, which is important to see. -- Paul