If for any reason it's powered down, this is useful. (In theory for a nested host, we could get the logs by grobbling in its parent's view of its filesystem, but that is too much work.)
We do not trap the errors from this, so that if the PDU is broken (or the L1 has not been created), we can fail more quickly. Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com> --- ts-logs-capture | 1 + 1 file changed, 1 insertion(+) diff --git a/ts-logs-capture b/ts-logs-capture index 86fad93..73b7c5e 100755 --- a/ts-logs-capture +++ b/ts-logs-capture @@ -248,6 +248,7 @@ sub fetch_logs_guest ($) { } } +power_state($ho,1); find_guests(); fetch_xenctx_guest($_) foreach @guests; serial_fetch_logs($ho); -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel