Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d5b93ba0
Commit
d5b93ba0
authored
Oct 29, 2018
by
Lyle Kozloff
Committed by
Achilleas Pipinellis
Oct 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adds warning against Postgres across NFS
parent
274d3380
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
doc/administration/high_availability/nfs.md
doc/administration/high_availability/nfs.md
+18
-1
No files found.
doc/administration/high_availability/nfs.md
View file @
d5b93ba0
...
@@ -61,7 +61,7 @@ on an Linux NFS server, do the following:
...
@@ -61,7 +61,7 @@ on an Linux NFS server, do the following:
2.
Restart the NFS server process. For example, on CentOS run
`service nfs restart`
.
2.
Restart the NFS server process. For example, on CentOS run
`service nfs restart`
.
## A
WS Elastic File System
## A
void using AWS's Elastic File System (EFS)
GitLab strongly recommends against using AWS Elastic File System (EFS).
GitLab strongly recommends against using AWS Elastic File System (EFS).
Our support team will not be able to assist on performance issues related to
Our support team will not be able to assist on performance issues related to
...
@@ -78,6 +78,23 @@ stored on a local volume.
...
@@ -78,6 +78,23 @@ stored on a local volume.
For more details on another person's experience with EFS, see
For more details on another person's experience with EFS, see
[
Amazon's Elastic File System: Burst Credits
](
https://rawkode.com/2017/04/16/amazons-elastic-file-system-burst-credits/
)
[
Amazon's Elastic File System: Burst Credits
](
https://rawkode.com/2017/04/16/amazons-elastic-file-system-burst-credits/
)
## Avoid using PostgreSQL with NFS
GitLab strongly recommends against running your PostgreSQL database
across NFS. The GitLab support team will not be able to assist on performance issues related to
this configuration.
Additionally, this configuration is specifically warned against in the
[
Postgres Documentation
](
https://www.postgresql.org/docs/current/static/creating-cluster.html#CREATING-CLUSTER-NFS
)
:
>PostgreSQL does nothing special for NFS file systems, meaning it assumes NFS behaves exactly like
>locally-connected drives. If the client or server NFS implementation does not provide standard file
>system semantics, this can cause reliability problems. Specifically, delayed (asynchronous) writes
>to the NFS server can cause data corruption problems.
For supported database architecture, please see our documentation on
[
Configuring a Database for GitLab HA
](
https://docs.gitlab.com/ee/administration/high_availability/database.html
)
.
## NFS Client mount options
## NFS Client mount options
Below is an example of an NFS mount point defined in
`/etc/fstab`
we use on
Below is an example of an NFS mount point defined in
`/etc/fstab`
we use on
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment