-
Notifications
You must be signed in to change notification settings - Fork 549
P1 - Jenkins hangs due to disk full #2280
Comments
We have setup the auto cleanup on Jenkins, for both Jenkins nodes and PAI nodes. There are two cases, and we have handled both:
|
@hao1939 , thanks for the explanation. If you consider this case solved, please close this issue. |
@hao1939 |
@mzmssg , thank you! Docker images were kept for speeding up. So if we fix the cleaner, everything would be fine. |
@hao1939, cleaner does not have image clean-up feature yet. |
The speeding up is obviously, it's about 2x, so I suggest to keep the image cache. From previously recording, it may takes 2-3 months before the disk full. I like the idea of auto maintenance. |
Could we move Jenkins docker storage to /mnt? It happened again when I try to update hadoop-run. Because hadoop-binary need 3G+ disk and can't be cached by docker. |
@mzmssg, sure. |
Yeah, have mounted the large disk to /var/lib/docker. |
@hao1939 |
@mzmssg You are right. I will do that. |
For jenkins disk usage:
|
What would you like to be added:
auto clean-up disk space
Why is this needed:
improve efficiency.
Without this feature, how does the current module work:
do it manually
Components that may involve changes:
Jenkins
The text was updated successfully, but these errors were encountered: