qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Nbd] Hibernate and qemu-nbd


From: Paul Clements
Subject: Re: [Qemu-devel] [Nbd] Hibernate and qemu-nbd
Date: Thu, 17 Oct 2013 15:53:24 -0400

Hi Mark,

On Thu, Oct 17, 2013 at 1:07 PM, Mark Trumpold <address@hidden> 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

 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]