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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
cd996c5c
Commit
cd996c5c
authored
May 17, 2017
by
Drew Blessing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace EFS section in AWS guide
parent
acb72a8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
13 deletions
+17
-13
doc/administration/high_availability/nfs.md
doc/administration/high_availability/nfs.md
+5
-3
doc/university/high-availability/aws/README.md
doc/university/high-availability/aws/README.md
+12
-10
No files found.
doc/administration/high_availability/nfs.md
View file @
cd996c5c
...
...
@@ -7,11 +7,13 @@ supported natively in NFS version 4. NFSv3 also supports locking as long as
Linux Kernel 2.6.5+ is used. We recommend using version 4 and do not
specifically test NFSv3.
## AWS Elastic File System (EFS) not recommended
## AWS Elastic File System
GitLab does not recommend using AWS Elastic File System (EFS).
Customers and users have reported that AWS EFS does not perform well for GitLab's
use-case. There are several issues that can cause problems. For these reasons
GitLab
recommends against
using EFS with GitLab.
GitLab
does not recommend
using EFS with GitLab.
-
EFS bases allowed IOPS on volume size. The larger the volume, the more IOPS
are allocated. For smaller volumes, users may experience decent performance
...
...
@@ -22,7 +24,7 @@ GitLab recommends against using EFS with GitLab.
EBS with an NFS server on top will perform much better.
For more details on another person's experience with EFS, see
[
Amazon's Elastic File System: Burst Credits
](
)https://www.rawkode.io/2017/04/amazons-elastic-file-system-burst-credits/
[
Amazon's Elastic File System: Burst Credits
](
https://www.rawkode.io/2017/04/amazons-elastic-file-system-burst-credits/
)
### Recommended options
...
...
doc/university/high-availability/aws/README.md
View file @
cd996c5c
...
...
@@ -159,19 +159,21 @@ subnet and security group and
***
##
Elastic
File System
##
Network
File System
This new AWS offering allows us to create a file system accessible by
EC2 instances within a VPC. Choose our VPC and the subnets will be
automatically configured assuming we don't need to set explicit IPs.
The next section allows us to add tags and choose between General
Purpose or Max I/O which is a good option when being accessed by a
large number of EC2 instances.
GitLab requires a shared filesystem such as NFS. The file share(s) will be
mounted on all application servers. There are a variety of ways to build an
NFS server on AWS.
!
[
Elastic File System
](
img/elastic-file-system.png
)
One option is to use a third-party AMI that offers NFS as a service. A
[
search
for 'NFS' in the AWS Marketplace
](
https://aws.amazon.com/marketplace/search/results?x=0&y=0&searchTerms=NFS&page=1&ref_=nav_search_box
)
shows options such as NetApp, SoftNAS and others.
To actually mount and install the NFS client we'll use the User Data
section when adding our Launch Configuration.
Another option is to build a simple NFS server using a vanilla Linux server backed
by AWS Elastic Block Storage (EBS).
> **Note:** GitLab does not recommend using AWS Elastic File System (EFS). See
details in
[
High Availability NFS documentation
](
../../../administration/high_availability/nfs.md#aws-elastic-file-system
)
***
...
...
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