Jan Hoppe created JENKINS-12882:
-----------------------------------
Summary: Master stays offline if once low disk space occured
Key: JENKINS-12882
URL: https://issues.jenkins-ci.org/browse/JENKINS-12882
Project: Jenkins
Issue Type: Bug
Components: master-slave
Reporter: Jan Hoppe
Priority: Blocker
After deleting files or/and decreasing DiskSpace variables Jenkins master
stays offline!
The offline information is permanently stored in config.xml in jenkins
install dir.
It's like
<temporaryOfflineCause
class="hudson.node_monitors.DiskSpaceMonitorDescriptor$DiskSpace">
<size>1011720192</size>
<triggered>true</triggered>
</temporaryOfflineCause>
<disabledAdministrativeMonitors>
<string>hudson.node_monitors.MonitorMarkedNodeOffline</string>
</disabledAdministrativeMonitors>
...
Delete those lines from the file an start jenkins again, everything is fine!
--
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