diff options
| author | Steffen Ritter | 2025-02-28 13:47:44 +0100 |
|---|---|---|
| committer | Steffen Ritter | 2025-02-28 13:47:44 +0100 |
| commit | 83a3bc384d5f4bf6a5880b706f9118d529aab786 (patch) | |
| tree | e9b859bc66f677861169e14b7cc40913416a9c47 | |
| parent | [qemu] Save libvirt-xml (diff) | |
| download | mltk-83a3bc384d5f4bf6a5880b706f9118d529aab786.tar.gz mltk-83a3bc384d5f4bf6a5880b706f9118d529aab786.tar.xz mltk-83a3bc384d5f4bf6a5880b706f9118d529aab786.zip | |
[debug-report-bwlp] Include libvirt logs
refs:#3966
| -rwxr-xr-x | core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report b/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report index fee14f92..6d03e87a 100755 --- a/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report +++ b/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report @@ -121,7 +121,7 @@ done echo -n "." -mapfile -t -d '' FILES < <( find /tmp/vmware* /tmp/virt /tmp/vmchooser* \ +mapfile -t -d '' FILES < <( find /tmp/vmware* /tmp/virt /tmp/vmchooser* /var/log/libvirt/qemu/ /home/*/.cache/libvirt/qemu/log/ \ -type f \ \( -name "*.log" -o -name "*.conf" -o -name "*.xml" -o -name "vmx" \) \ -print0 2> /dev/null ) @@ -140,6 +140,7 @@ cp /proc/{cpu,mem}info /proc/{mtrr,interrupts} /proc/driver/nvidia/{params,regis cp /run/openslx/*log* /run/openslx/dmsetup.state static/ 2> /dev/null cp -r /opt/openslx/.mltk static/ 2> /dev/null cp -r /tmp/bwlp_debug_logs static/ 2> /dev/null +cp /var/log/libvirt/libvirtd.log static/ 2> /dev/null echo -n "." for tool in "${TOOLS[@]}"; do |
