Commit 24b85f07 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'dstanley-master-patch-98284' into 'master'

doc: Remove note about Pages requiring NFS

See merge request gitlab-org/gitlab!53778
parents f3bb5b3b 87e8a8f7
...@@ -562,8 +562,7 @@ supported by consolidated configuration form, refer to the following guides: ...@@ -562,8 +562,7 @@ supported by consolidated configuration form, refer to the following guides:
If you're working to [scale out](reference_architectures/index.md) your GitLab implementation, If you're working to [scale out](reference_architectures/index.md) your GitLab implementation,
or add fault tolerance and redundancy, you may be or add fault tolerance and redundancy, you may be
looking at removing dependencies on block or network file systems. looking at removing dependencies on block or network file systems.
See the following additional guides and See the following additional guides:
[note that Pages requires disk storage](#gitlab-pages-requires-nfs):
1. Make sure the [`git` user home directory](https://docs.gitlab.com/omnibus/settings/configuration.html#moving-the-home-directory-for-a-user) is on local disk. 1. Make sure the [`git` user home directory](https://docs.gitlab.com/omnibus/settings/configuration.html#moving-the-home-directory-for-a-user) is on local disk.
1. Configure [database lookup of SSH keys](operations/fast_ssh_key_lookup.md) 1. Configure [database lookup of SSH keys](operations/fast_ssh_key_lookup.md)
...@@ -598,17 +597,6 @@ with the Fog library that GitLab uses. Symptoms include an error in `production. ...@@ -598,17 +597,6 @@ with the Fog library that GitLab uses. Symptoms include an error in `production.
411 Length Required 411 Length Required
``` ```
### GitLab Pages requires NFS
If you're working to add more GitLab servers for [scaling or fault tolerance](reference_architectures/index.md)
and one of your requirements is [GitLab Pages](../user/project/pages/index.md) this currently requires
NFS. There is [work in progress](https://gitlab.com/gitlab-org/gitlab-pages/-/issues/196)
to remove this dependency. In the future, GitLab Pages may use
[object storage](https://gitlab.com/gitlab-org/gitlab/-/issues/208135).
The dependency on disk storage also prevents Pages being deployed using the
[GitLab Helm chart](https://gitlab.com/gitlab-org/charts/gitlab/-/issues/37).
### Incremental logging is required for CI to use object storage ### Incremental logging is required for CI to use object storage
If you configure GitLab to use object storage for CI logs and artifacts, If you configure GitLab to use object storage for CI logs and artifacts,
......
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