-
Bug
-
Resolution: Fixed
-
Blocker
-
None
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!
- duplicates
-
JENKINS-2548 Node does not come back online after disk space cleared
-
- Resolved
-
[JENKINS-12882] Master stays offline if once low disk space occured
Affects Version/s | New: current [ 10162 ] |
Link |
New:
This issue duplicates |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 143342 ] | New: JNJira + In-Review [ 190511 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
This bug (and also the above procedure) still happens in Jenkins 1.460.
I tested in a Debian testing 64-bit with jenkins packages from jenkins website.