Skip to content

Commit

Permalink
spread: check how much data is in the usual nested work directory
Browse files Browse the repository at this point in the history
Check how much data is in /var/tmp/work-dir, which is the default path
for NESTED_WORK_DIR.

Signed-off-by: Maciej Borzecki <[email protected]>
  • Loading branch information
bboozzoo committed Feb 17, 2025
1 parent a04cddb commit f687e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ debug-each: |
if tests.nested is-nested; then
echo '# free space on the host'
df -h || true
du -ch /var/tmp/work-dir || true
echo '# nested VM status'
tests.nested vm status
Expand Down

0 comments on commit f687e2d

Please sign in to comment.