Commit cd6c0cd3 authored by Sara Ahbabou's avatar Sara Ahbabou Committed by sahbabou

Cherry picked to remove old commits

parent 6eed0988
...@@ -68,7 +68,7 @@ cost-effective to deploy several small nodes rather than a single ...@@ -68,7 +68,7 @@ cost-effective to deploy several small nodes rather than a single
larger one. larger one.
- 1 PostgreSQL node - 1 PostgreSQL node
- 1 Redis nodes - 1 Redis node
- 2 or more GitLab application nodes (Unicorn, Workhorse, Sidekiq) - 2 or more GitLab application nodes (Unicorn, Workhorse, Sidekiq)
- 1 NFS/Gitaly storage server - 1 NFS/Gitaly storage server
...@@ -81,7 +81,7 @@ this architecture is required is if Sidekiq queues begin to periodically increas ...@@ -81,7 +81,7 @@ this architecture is required is if Sidekiq queues begin to periodically increas
in size, indicating that there is contention or not enough resources. in size, indicating that there is contention or not enough resources.
- 1 PostgreSQL node - 1 PostgreSQL node
- 1 Redis nodes - 1 Redis node
- 2 or more GitLab application nodes (Unicorn, Workhorse) - 2 or more GitLab application nodes (Unicorn, Workhorse)
- 2 or more Sidekiq nodes - 2 or more Sidekiq nodes
- 2 or more NFS/Gitaly storage servers - 2 or more NFS/Gitaly storage servers
......
...@@ -12,6 +12,9 @@ and Corosync](http://clusterlabs.org/) for highly available NFS in production. ...@@ -12,6 +12,9 @@ and Corosync](http://clusterlabs.org/) for highly available NFS in production.
Below are instructions for setting up an application node(client) in an HA cluster Below are instructions for setting up an application node(client) in an HA cluster
to read from and write to a central NFS server(host). to read from and write to a central NFS server(host).
NOTE: **Note:**
Using EFS may negatively impact performance. Please review the [relevant documentation](nfs.md#avoid-using-awss-elastic-file-system-efs) for additional details.
## NFS Server Setup ## NFS Server Setup
> Follow the instructions below to set up and configure your NFS server. > Follow the instructions below to set up and configure your NFS server.
......
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