Merge "Gather iptables rules"

This commit is contained in:
Zuul 2017-11-27 14:34:40 +00:00 committed by Gerrit Code Review
commit a3dd68b667
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ copy_logs() {
cp /var/log/upstart/docker.log ${SYSTEM_LOGS}/docker.log
fi
iptables-save > ${SYSTEM_LOGS}/iptables.txt
df -h > ${SYSTEM_LOGS}/df.txt
free > ${SYSTEM_LOGS}/free.txt
parted -l > ${SYSTEM_LOGS}/parted-l.txt