xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [Xen-devel] [OSSTEST PATCH] ts-*logs*: Capture xl dmesg, and save it from host examination
@ 2020-03-09 15:43 Ian Jackson
  0 siblings, 0 replies; only message in thread
From: Ian Jackson @ 2020-03-09 15:43 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper, Roger Pau Monné, Ian Jackson

CC: Roger Pau Monné <royger@FreeBSD.org>
CC: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 ts-examine-logs-save | 3 ++-
 ts-logs-capture      | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ts-examine-logs-save b/ts-examine-logs-save
index 0c97330b..58823620 100755
--- a/ts-examine-logs-save
+++ b/ts-examine-logs-save
@@ -83,7 +83,8 @@ sub save_logs () {
 			-output-cat_#proc#partitions
 			-output-ifconfig
 			-output-lspci_-tv
-			-output-xl_info_-n)) {
+			-output-xl_info_-n
+			-output-xl_dmesg)) {
 	my $re = $pat;
 	$re =~ s/^-/\Q$ho->{Name}\E-/;
 	push @re, "^$re\$";
diff --git a/ts-logs-capture b/ts-logs-capture
index 83234f6f..d16372f2 100755
--- a/ts-logs-capture
+++ b/ts-logs-capture
@@ -191,6 +191,7 @@ sub fetch_logs_host () {
 
     foreach my $cmd
         (
+         'xl dmesg',
          'xl info -n',
          'cat /proc/cpuinfo',
          'xl list',
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-09 15:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-09 15:43 [Xen-devel] [OSSTEST PATCH] ts-*logs*: Capture xl dmesg, and save it from host examination Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).