mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
dbginfo.sh: log the work dir state in dbginfo.log
As on space problems the packing may fail, incomplete tgz are send. Today no evidence for this is in dbginfo.log, packed upfront into the tgz. This update helps to identify space related corruption of tgz files. Reviewed-by: Mario Held <mario.held@de.ibm.com> Signed-off-by: Joern Siglen <siglen@de.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
f9fbe79e4f
commit
d713ea6389
@@ -1192,6 +1192,10 @@ post_processing() {
|
||||
rm -f "${file_name}"
|
||||
fi
|
||||
done
|
||||
|
||||
echo "log work directory state after post processing:"
|
||||
echo "du summary: $(du -ks ${WORKPATH})"
|
||||
df -k ${WORKPATH}
|
||||
}
|
||||
|
||||
########################################
|
||||
|
||||
Reference in New Issue
Block a user