All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] fix migration failure with xl migrate --debug
@ 2014-11-28  0:28 M A Young
  2014-11-28  8:27 ` Ian Campbell
  0 siblings, 1 reply; 7+ messages in thread
From: M A Young @ 2014-11-28  0:28 UTC (permalink / raw)
  To: xen-devel
  Cc: Wei Liu, Andrew Cooper, Ian Jackson, Ian Campbell,
	Stefano Stabellini

Migrations with xl migrate --debug will fail because debugging information 
from the receiving process is written to the stdout channel. This channel 
is also used for status messages so the migration will fail as the sending 
process receives an unexpected message. This patch moves the debugging 
information to the stderr channel.

Version 2 moves some output back to stdout that was accidentally moved 
to stderr in the first version.

Signed-off-by: Michael Young <m.a.young@durham.ac.uk>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-12-02 15:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-28  0:28 [PATCH v2] fix migration failure with xl migrate --debug M A Young
2014-11-28  8:27 ` Ian Campbell
2014-11-28  8:32   ` M A Young
2014-11-28 11:49     ` Ian Campbell
2014-11-28 11:52       ` Ian Jackson
2014-12-01 20:25         ` Konrad Rzeszutek Wilk
2014-12-02 15:36           ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.