Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow "Disable storage directories management" #91

Merged
merged 1 commit into from
Sep 16, 2016

Conversation

gdowmont
Copy link

In environments that use shared storage (ex. NFS) required directories might/will already exist. Running puppet module against a setup like that will try to re-create the directories and change their permissions. This stops GitLab from functioning correctly as it is not able to access the filesystem. This commit fixes it by allowing the users to set 'manage_storage_directores[enable]=false' as per https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/configuration.md#disable-storage-directories-management

In environments that use shared  storage (ex. NFS) required directories might/will already exist. Running puppet module against a setup like that will try to re-create the directories and change their permissions. This stops GitLab from functioning correctly as it is not able to access the filesystem. This commit fixes it by allowing the users to set 'manage_storage_directores[enable]=false' as per https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/configuration.md#disable-storage-directories-management
@gdowmont gdowmont force-pushed the disable-creating-folders branch from d144626 to a576081 Compare August 23, 2016 10:51
@gdowmont gdowmont closed this Aug 23, 2016
@gdowmont gdowmont reopened this Aug 23, 2016
@tobru tobru merged commit fdd82af into voxpupuli:master Sep 16, 2016
@tobru
Copy link
Contributor

tobru commented Sep 16, 2016

Thanks a lot for your contribution

@gdowmont gdowmont deleted the disable-creating-folders branch September 16, 2016 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants