From f6a4364dc20d7f3aed09b3bcb62e216f795e5e31 Mon Sep 17 00:00:00 2001 From: Arkadiy Kraminsky Date: Fri, 7 Aug 2015 00:52:17 +0000 Subject: [PATCH] Add libvirt cpu_map.xml to logs. cpu_map.xml was not being added to the libvirt log files. This will be useful for comparing output for two or more nodes and subnodes. Change-Id: I59ef509cde3629c01cdd2f03193c124e584df59c --- functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.sh b/functions.sh index 317ab53f..71feb37f 100644 --- a/functions.sh +++ b/functions.sh @@ -652,6 +652,7 @@ function cleanup_host { # libvirt if [ -d /var/log/libvirt ] ; then sudo cp -r /var/log/libvirt $BASE/logs/ + sudo cp -r /usr/share/libvirt/cpu_map.xml $BASE/logs/libvirt/cpu_map.xml fi # sudo config