[Xen-devel] [OSSTEST PATCH] ts-*logs*: Capture xl dmesg, and save it from host examination

Ian Jackson posted 1 patch 4 years, 1 month ago
Failed in applying to current master (apply log)
ts-examine-logs-save | 3 ++-
ts-logs-capture      | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
[Xen-devel] [OSSTEST PATCH] ts-*logs*: Capture xl dmesg, and save it from host examination
Posted by Ian Jackson 4 years, 1 month ago
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