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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user