Stouts / Stouts.jenkins

Ansible role which manage Jenkins CI
MIT License
41 stars 35 forks source link

moved run directory to jenkins user home #34

Closed pellepelster closed 9 years ago

pellepelster commented 9 years ago

the /var/run directory is linked to /run on many distributions which often is only a small tmpfs for runtime information about daemons and (in my case) is to small for the purposes of the Jenkins daemon. My fix to put it under {{jenkins_home}}/run may not be the optimal solution in every case maybe this option should also be configurable.

therealmarv commented 9 years ago

I also got this problem. I fixed it by looking into the current Jenkins handling of the war file (which is the main reason it takes so much space on /var/run): https://github.com/Stouts/Stouts.jenkins/pull/36

klen commented 9 years ago

Thank you!

therealmarv commented 9 years ago

this fix is not needed with https://github.com/Stouts/Stouts.jenkins/pull/36 ;) but it is your decision of course.