This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7d47a57 ninja-fix 🥷 agent_report.sh du report needs to be across all
mounted volumes
7d47a57 is described below
commit 7d47a571c469e4a15e4f6b1bee1b0fe94eebac13
Author: Mick Semb Wever <[email protected]>
AuthorDate: Fri Apr 26 10:28:12 2024 +0200
ninja-fix 🥷 agent_report.sh du report needs to be across all mounted volumes
---
jenkins-dsl/agent_scripts/agent_report.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jenkins-dsl/agent_scripts/agent_report.sh
b/jenkins-dsl/agent_scripts/agent_report.sh
index d190b4f..1d54dfd 100644
--- a/jenkins-dsl/agent_scripts/agent_report.sh
+++ b/jenkins-dsl/agent_scripts/agent_report.sh
@@ -23,7 +23,7 @@ echo "----"
echo $(date)
echo "${JOB_NAME} ${BUILD_NUMBER} ${STAGE_NAME}"
echo
-du -xmh / 2>/dev/null | sort -rh | head -n 30
+du -mh / 2>/dev/null | sort -rh | head -n 30
echo
df -h
echo
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]