mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-20 11:35:19 +00:00
kbase: debuglogs: Include more data to attach to bugreports
Promote the 'What to attach?' section to a first level heading and request also the XML config of a VM, coredump backtrace if something crashed and ask to not tear down the environment for the possibility to ask for additional data. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com>
This commit is contained in:
parent
862cf2ace4
commit
582bb2ade5
@ -136,13 +136,21 @@ setting which depends on the host configuration, *journald* in our case:
|
|||||||
Logging outputs: 2:journald
|
Logging outputs: 2:journald
|
||||||
|
|
||||||
What to attach?
|
What to attach?
|
||||||
~~~~~~~~~~~~~~~
|
---------------
|
||||||
|
|
||||||
Now you should go and reproduce the bug. Once you're finished, attach:
|
Now you should go and reproduce the bug. Once you're finished, attach:
|
||||||
|
|
||||||
- ``/var/log/libvirt/libvirtd.log`` or whatever path you set for the daemon
|
- ``/var/log/libvirt/libvirtd.log`` or whatever path you set for the daemon
|
||||||
logs.
|
logs.
|
||||||
- If the problem is related to a domain attach
|
- If the problem is related to a domain named ``$dom`` attach:
|
||||||
``/var/log/libvirt/qemu/$dom.log`` then. Or substitute ``qemu`` with whatever
|
|
||||||
hypervisor you are using.
|
- ``/var/log/libvirt/qemu/$dom.log`` (Or substitute ``qemu`` with whatever
|
||||||
|
hypervisor you are using.)
|
||||||
|
- The XML configuration of the vm/domain obtained by ``virsh dumpxml $dom``
|
||||||
|
|
||||||
|
- If the problem involves a crash of ``libvirtd`` or any other component, also
|
||||||
|
attach the backtrace from the core dump if possible (e.g. using
|
||||||
|
``coredumpctl``).
|
||||||
- If you are asked for client logs, ``/tmp/libvirt_client.log``.
|
- If you are asked for client logs, ``/tmp/libvirt_client.log``.
|
||||||
|
- Ideally don't tear down the environment in case additional information is
|
||||||
|
required.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user