TEMPORARY libvirtd logging to try to catch bug 1219198
This commit is contained in:
parent
a59a7678fa
commit
9492549381
@ -916,8 +916,12 @@ popd
|
||||
# is obviously broken. Also dump libvirt log files if this happens.
|
||||
# Since it's most likely libvirt which is broken, make sure libvirt
|
||||
# debugging is enabled here.
|
||||
mkdir -p $HOME/.config/libvirt
|
||||
echo 'log_filters="1:qemu"' > $HOME/.config/libvirt/libvirtd.conf
|
||||
echo 'log_outputs="1:file:/tmp/libvirtd.log"' >> $HOME/.config/libvirt/libvirtd.conf
|
||||
if ! make quickcheck LIBVIRT_DEBUG=1; then
|
||||
cat $HOME/.cache/libvirt/qemu/log/*
|
||||
cat /tmp/libvirtd.log
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user