Some storage issues
Hello,
I receive the following errors / warning although there is no actual problem with the storage.
Free disk space requirement of 3.0Gb could not be met for directory /home/teamcity/svn_checkout (only 393.0Gb is free)
[16:45:18]: Free disk space requirement of 3.0Gb could not be met for directory /opt/TeamCity/buildAgent/temp/agentTmp (only 2.9Gb is free)
has anybody encountered something similar ?
Thanks,
I receive the following errors / warning although there is no actual problem with the storage.
Free disk space requirement of 3.0Gb could not be met for directory /home/teamcity/svn_checkout (only 393.0Gb is free)
[16:45:18]: Free disk space requirement of 3.0Gb could not be met for directory /opt/TeamCity/buildAgent/temp/agentTmp (only 2.9Gb is free)
has anybody encountered something similar ?
Thanks,
Please sign in to leave a comment.
Hello,
By default, TeamCity checked it there is enough free space on disk before the build. There is a default settings and you may override it with respective build feature.
It seems you mapped /opt/TeamCity/buildAgent/temp/agentTmp to another disk as /home/teamcity/svn_checkout
Still build agent sets /opt/TeamCity/buildAgent/temp/agentTmp as temp directory for the build.
Please take a look at http://youtrack.jetbrains.com/issue/TW-17766, probably you have the issue reproducing.