Merge "libvirt: Stop capturing sysconfig/default file"
This commit is contained in:
commit
de31067aaa
11
copy_logs.sh
11
copy_logs.sh
@ -187,17 +187,6 @@ fi
|
|||||||
if [ -d /etc/libvirt ]; then
|
if [ -d /etc/libvirt ]; then
|
||||||
sudo cp -r /etc/libvirt $LOG_DIR/etc/
|
sudo cp -r /etc/libvirt $LOG_DIR/etc/
|
||||||
fi
|
fi
|
||||||
if uses_debs; then
|
|
||||||
if [ -f /etc/default/libvirtd ]; then
|
|
||||||
mkdir -p $LOG_DIR/etc/default
|
|
||||||
sudo cp /etc/default/libvirtd $LOG_DIR/etc/default/
|
|
||||||
fi
|
|
||||||
elif is_fedora; then
|
|
||||||
if [ -f /etc/sysconfig/libvirtd ]; then
|
|
||||||
mkdir -p $LOG_DIR/etc/sysconfig
|
|
||||||
sudo cp /etc/sysconfig/libvirtd $LOG_DIR/etc/sysconfig/
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
# openvswitch
|
# openvswitch
|
||||||
if [ -d /etc/openvswitch ] ; then
|
if [ -d /etc/openvswitch ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user