Merge "Capture config files for iscsid/tgtd"
This commit is contained in:
commit
fd28ffb7c7
12
copy_logs.sh
12
copy_logs.sh
@ -129,6 +129,18 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
# iscsi
|
||||
if [ -d /etc/iscsi ]; then
|
||||
sudo cp -r /etc/iscsi $LOG_DIR/etc/
|
||||
fi
|
||||
|
||||
# tgt
|
||||
if uses_debs; then
|
||||
if [ -d /etc/tgt ]; then
|
||||
sudo cp -r /etc/tgt $LOG_DIR/etc/
|
||||
fi
|
||||
fi
|
||||
|
||||
# tempest logs
|
||||
if [ -f /tmp/openstack/tempest/tempest.log ] ; then
|
||||
sudo cp /tmp/openstack/tempest/tempest.log $LOG_DIR/
|
||||
|
Loading…
x
Reference in New Issue
Block a user