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
86bf897d
Commit
86bf897d
authored
Dec 07, 2021
by
Jaime Martinez
Committed by
Russell Dickenson
Dec 07, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Pages does not require NFS anymore
parent
c9202be3
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
23 deletions
+14
-23
doc/administration/reference_architectures/10k_users.md
doc/administration/reference_architectures/10k_users.md
+1
-2
doc/administration/reference_architectures/25k_users.md
doc/administration/reference_architectures/25k_users.md
+1
-2
doc/administration/reference_architectures/2k_users.md
doc/administration/reference_architectures/2k_users.md
+2
-4
doc/administration/reference_architectures/3k_users.md
doc/administration/reference_architectures/3k_users.md
+2
-4
doc/administration/reference_architectures/50k_users.md
doc/administration/reference_architectures/50k_users.md
+1
-2
doc/administration/reference_architectures/5k_users.md
doc/administration/reference_architectures/5k_users.md
+1
-2
doc/administration/reference_architectures/troubleshooting.md
...administration/reference_architectures/troubleshooting.md
+6
-7
No files found.
doc/administration/reference_architectures/10k_users.md
View file @
86bf897d
...
...
@@ -2155,8 +2155,7 @@ cluster alongside your instance, read how to
## Configure NFS
[
Object storage
](
#configure-the-object-storage
)
, along with
[
Gitaly
](
#configure-gitaly
)
are recommended over NFS wherever possible for improved performance. If you intend
to use GitLab Pages, this currently
[
requires NFS
](
troubleshooting.md#gitlab-pages-requires-nfs
)
.
are recommended over NFS wherever possible for improved performance.
See how to
[
configure NFS
](
../nfs.md
)
.
...
...
doc/administration/reference_architectures/25k_users.md
View file @
86bf897d
...
...
@@ -2161,8 +2161,7 @@ cluster alongside your instance, read how to
## Configure NFS
[
Object storage
](
#configure-the-object-storage
)
, along with
[
Gitaly
](
#configure-gitaly
)
are recommended over NFS wherever possible for improved performance. If you intend
to use GitLab Pages, this currently
[
requires NFS
](
troubleshooting.md#gitlab-pages-requires-nfs
)
.
are recommended over NFS wherever possible for improved performance.
See how to
[
configure NFS
](
../nfs.md
)
.
...
...
doc/administration/reference_architectures/2k_users.md
View file @
86bf897d
...
...
@@ -102,8 +102,7 @@ To set up GitLab and its components to accommodate up to 2,000 users:
more advanced code search across your entire GitLab instance.
1.
[
Configure NFS
](
#configure-nfs-optional
)
(
optional,
and not recommended)
to have shared disk storage service as an alternative to Gitaly or object
storage. You can skip this step if you're not using GitLab Pages (which
requires NFS).
storage.
## Configure the external load balancer
...
...
@@ -960,8 +959,7 @@ cluster alongside your instance, read how to
For improved performance,
[
object storage
](
#configure-the-object-storage
)
,
along with
[
Gitaly
](
#configure-gitaly
)
, are recommended over using NFS whenever
possible. However, if you intend to use GitLab Pages,
[
you must use NFS
](
troubleshooting.md#gitlab-pages-requires-nfs
)
.
possible.
See how to
[
configure NFS
](
../nfs.md
)
.
...
...
doc/administration/reference_architectures/3k_users.md
View file @
86bf897d
...
...
@@ -187,8 +187,7 @@ To set up GitLab and its components to accommodate up to 3,000 users:
more advanced code search across your entire GitLab instance.
1.
[
Configure NFS
](
#configure-nfs-optional
)
(
optional,
and not recommended)
to have shared disk storage service as an alternative to Gitaly or object
storage. You can skip this step if you're not using GitLab Pages (which
requires NFS).
storage.
The servers start on the same 10.6.0.0/24 private network range, and can
connect to each other freely on these addresses.
...
...
@@ -2103,8 +2102,7 @@ cluster alongside your instance, read how to
## Configure NFS (optional)
[
Object storage
](
#configure-the-object-storage
)
, along with
[
Gitaly
](
#configure-gitaly
)
are recommended over NFS wherever possible for improved performance. If you intend
to use GitLab Pages, this currently
[
requires NFS
](
troubleshooting.md#gitlab-pages-requires-nfs
)
.
are recommended over NFS wherever possible for improved performance.
See how to
[
configure NFS
](
../nfs.md
)
.
...
...
doc/administration/reference_architectures/50k_users.md
View file @
86bf897d
...
...
@@ -2175,8 +2175,7 @@ cluster alongside your instance, read how to
## Configure NFS
[
Object storage
](
#configure-the-object-storage
)
, along with
[
Gitaly
](
#configure-gitaly
)
are recommended over NFS wherever possible for improved performance. If you intend
to use GitLab Pages, this currently
[
requires NFS
](
troubleshooting.md#gitlab-pages-requires-nfs
)
.
are recommended over NFS wherever possible for improved performance.
See how to
[
configure NFS
](
../nfs.md
)
.
...
...
doc/administration/reference_architectures/5k_users.md
View file @
86bf897d
...
...
@@ -2097,8 +2097,7 @@ cluster alongside your instance, read how to
## Configure NFS (optional)
[
Object storage
](
#configure-the-object-storage
)
, along with
[
Gitaly
](
#configure-gitaly
)
are recommended over NFS wherever possible for improved performance. If you intend
to use GitLab Pages, this currently
[
requires NFS
](
troubleshooting.md#gitlab-pages-requires-nfs
)
.
are recommended over NFS wherever possible for improved performance.
See how to
[
configure NFS
](
../nfs.md
)
.
...
...
doc/administration/reference_architectures/troubleshooting.md
View file @
86bf897d
...
...
@@ -20,15 +20,14 @@ with the Fog library that GitLab uses. Symptoms include:
411 Length Required
```
### GitLab Pages
requires NFS
### GitLab Pages
can use object storage
If you intend to use
[
GitLab Pages
](
../../user/project/pages/index.md
)
, this currently requires
[
NFS
](
../nfs.md
)
. There is
[
work in progress
](
https://gitlab.com/groups/gitlab-org/-/epics/3901
)
to remove this dependency. In the future, GitLab Pages will use
object storage.
If you intend to use
[
GitLab Pages
](
../../user/project/pages/index.md
)
, you can
[
configure object storage
](
../pages/index.md#using-object-storage
)
.
NFS is still available if you prefer.
The
dependency on disk storage also prevents Pages being deployed using th
e
[
GitLab Helm chart
](
https://gitlab.com/groups/gitlab-org/-/epics/4283
)
.
The
[
GitLab Pages Helm chart
](
https://docs.gitlab.com/charts/charts/gitlab/gitlab-pages/
)
is also availabl
e
for Kubernetes deployments
.
### Incremental logging is required for CI to use object storage
...
...
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