summaryrefslogtreecommitdiffstats
path: root/bin/housekeeping.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/housekeeping.sh')
-rwxr-xr-xbin/housekeeping.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/housekeeping.sh b/bin/housekeeping.sh
index 47882531..c146b60d 100755
--- a/bin/housekeeping.sh
+++ b/bin/housekeeping.sh
@@ -23,6 +23,7 @@ done
echo
vnstat
+
CHROOT_PATTERN="/chroots/chroot-tests-*"
HOUSE=$(ls $CHROOT_PATTERN 2>/dev/null)
if [ "$HOUSE" != "" ] ; then
@@ -31,6 +32,9 @@ if [ "$HOUSE" != "" ] ; then
echo "Probably manual cleanup needed:"
echo
echo "$ ls -la $CHROOT_PATTERN"
+ # List the processes using the partition
+ echo
+ fuser -mv $CHROOT_TARGET
echo $HOUSE
exit 1
fi