From b27c32045e37357e03e098125ebcfb92585876aa Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Fri, 24 Jan 2014 18:40:02 +1300 Subject: [PATCH] Capture disk space available at the start of a run More debugging of issues is all. Change-Id: I97037ef417b829e65dd0065cc0e65a55dd49ce62 --- devstack-vm-gate-wrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index cff02d6a..4083ec7f 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -236,6 +236,8 @@ ip route show ip -6 route show echo "ARP table of this host:" ip neighbor show +echo "Available disk space on this host:" +df -h setup_host &> $WORKSPACE/logs/devstack-gate-setup-host.txt