Commit b98a2817 authored by Stan Hu's avatar Stan Hu

Merge branch 'docs-fix-nfs-ha' into 'master'

Documentation fix `git_data_dirs` syntax in nfs_host_client_setup.md

Closes #11068

See merge request gitlab-org/gitlab-ee!10687
parents bed597d5 042318a7
......@@ -107,7 +107,7 @@ point and have all the required locations as subdirectories to use the NFS mount
git-data.
```text
git_data_dirs({"default" => "/nfs/home/var/opt/gitlab-data/git-data"})
git_data_dirs({"default" => {"path" => "/nfs/home/var/opt/gitlab-data/git-data"}})
user['home'] = '/nfs/home/var/opt/gitlab-data/home'
gitlab_rails['uploads_directory'] = '/nfs/home/var/opt/gitlab-data/uploads'
gitlab_rails['shared_path'] = '/nfs/home/var/opt/gitlab-data/shared'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment