[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST v2 02/18] ts-logs-capture: Collect some libvirt logs and capabilities
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- ts-logs-capture | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts-logs-capture b/ts-logs-capture index 21974a9..6cf51c1 100755 --- a/ts-logs-capture +++ b/ts-logs-capture @@ -117,6 +117,9 @@ sub fetch_logs_host_guests () { /var/log/xen/osstest* /var/log/xen/xenstored* + /var/log/libvirt/libvirtd.log + /var/log/libvirt/libxl/* + /var/run/xenstored* /var/log/xenstored* @@ -161,6 +164,7 @@ sub fetch_logs_host_guests () { 'lspci -vvv', 'lspci -tv', 'cat /proc/partitions', + 'virsh capabilities', ) { try_cmd_output_save($cmd); } -- 2.1.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |