Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
omnibus-heptapod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
This instance will be upgraded to Heptapod 17.9.0rc1 on 2025-03-27 between 17:00 and 18:00 UTC+2
Show more breadcrumbs
heptapod
omnibus-heptapod
Commits
86d89cd8a8b6
Commit
86d89cd8a8b6
authored
8 years ago
by
DJ Mountney
Browse files
Options
Downloads
Patches
Plain Diff
Add some documentation notes on the usage of the manage_etc gitlab.rb config
parent
e15714ed7b97
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/settings/configuration.md
+13
-2
13 additions, 2 deletions
doc/settings/configuration.md
files/gitlab-config-template/gitlab.rb.template
+1
-0
1 addition, 0 deletions
files/gitlab-config-template/gitlab.rb.template
with
14 additions
and
2 deletions
doc/settings/configuration.md
+
13
−
2
View file @
86d89cd8
...
...
@@ -307,8 +307,19 @@
Some types of mounts won't allow automatic creation of directories by root user
(default user for initial setup), eg. NFS with
`root_squash`
enabled on the
share. To work around this the omnibus-gitlab package will attempt to create
these directories using the directory's owner user, but if you are mounting these
directories individually, you should disable the management of storage directories.
these directories using the directory's owner user.
If you have the
`/etc/gitlab`
directory mounted, you can turn off management of
that directory.
In
`/etc/gitlab/gitlab.rb`
set:
```
ruby
manage_storage_directories
[
'manage_etc'
]
=
false
```
If you are mounting all GitLab's storage directories, each on a seperate mount,
you should completely disable the management of storage directories.
In order to disable management of these directories,
in
`/etc/gitlab/gitlab.rb`
set:
...
...
This diff is collapsed.
Click to expand it.
files/gitlab-config-template/gitlab.rb.template
+
1
−
0
View file @
86d89cd8
...
...
@@ -667,6 +667,7 @@
## Set only if the select directories are created manually
## See: http://doc.gitlab.com/omnibus/settings/configuration.html#disable-storage-directories-management
# manage_storage_directories['enable'] = false
# manage_storage_directories['manage_etc'] = false
#######
# Git #
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment