Greg Moncreaff created JENKINS-13229:
----------------------------------------
Summary: disk usage workspace with clearcase dynamic view and
custom workspace incoherent?
Key: JENKINS-13229
URL: https://issues.jenkins-ci.org/browse/JENKINS-13229
Project: Jenkins
Issue Type: Improvement
Components: disk-usage
Reporter: Greg Moncreaff
Assignee: vjuranek
If you are using clearcase dynamic view and point the custom workspace into the
view path (e.g. /view/VIEW_NAME/vob/VOB_NAME/sub_dir_of_interest) then DU
includes the view storage as part of the workspace total.
I think you may need a 3rd column in the report:
1. builds (from du in JENKINS_HOME/jobs/JOB_NAME/builds) this is OK
2. workspace (JENKINS_HOME/jobs/JOB_NAME excluding the builds tree) - this
needs change
3. Source/custom workspace (where ever job points at) - this would be new
and perhaps an extra row in the manage jenkins -> disk usage report
4. jenkins installation (this would be JENKINS_HOME excluding the jobs tree, so
would count all wars/plugins/top level config xmls) - this would be new
For snapshot or downloaded SCM data (e.g. SVN/CVS/etc) that might put the
source into the jobs dir, but not otherwise be part of jobs published
artifacts, etc, you may need to find some way of delinating 2 vs 3?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira