The Jenkins slaves on labs projects (deployment-prep and integration projects) use the user jenkins-deploy to setup the instance as a Jenkins slave. The LDAP entry points the home of that user to /home/jenkins-deploy which is a GlusterFS partition for the integration project.
The slave jobs are run under /mnt/jenkins-workspace since we don't want the jobs workspaces to be on a shareable disks to avoid obvious race conditions.
To avoid relying on GlusterFS, we should get jenkins-deploy home to point to /mnt/jenkins-deploy . That needs some puppet change to create the home directory then the LDAP entry can be altered.
Version: wmf-deployment
Severity: normal