-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
We are using Hudson as a single master server and had it go offline due to less
than 1GB disk space being enabled.
After we clear some disk space Hudson does not come back online until we restart
the servlet container. Could it not detect that there is enough disk space
available and come back online automatically?
- is duplicated by
-
JENKINS-12021 Slave node does not made online if it gets above a certain threshold
-
- Resolved
-
-
JENKINS-12882 Master stays offline if once low disk space occured
-
- Closed
-
- is related to
-
JENKINS-13441 Slave status information shouldn't be stored in main config file
-
- Resolved
-
Code changed in jenkins
User: Andrew Bayer
Path:
changelog.html
core/src/main/java/hudson/node_monitors/AbstractDiskSpaceMonitor.java
core/src/main/java/hudson/node_monitors/AbstractNodeMonitorDescriptor.java
core/src/main/resources/hudson/node_monitors/Messages.properties
http://jenkins-ci.org/commit/jenkins/e38e687d5b66238f406d1e3642a3d5f6a02aaeb2
Log:
[FIXED JENKINS-2548] Slaves taken offline for low disk space will now
come back online when disk space becomes available.