Commit 0b884441 authored by Evan Read's avatar Evan Read

Remove unnecessary screenshot and set updated lint image

parent 0383cee9
...@@ -43,7 +43,7 @@ docs-lint markdown: ...@@ -43,7 +43,7 @@ docs-lint markdown:
- .default-retry - .default-retry
- .docs:rules:docs-lint - .docs:rules:docs-lint
# When updating the image version here, update it in /scripts/lint-doc.sh too. # When updating the image version here, update it in /scripts/lint-doc.sh too.
image: "registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.12-vale-2.6.1-markdownlint-0.24.0" image: "registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.12-vale-2.8.0-markdownlint-0.26.0"
stage: test stage: test
needs: [] needs: []
script: script:
......
...@@ -91,6 +91,7 @@ exceptions: ...@@ -91,6 +91,7 @@ exceptions:
- NGINX - NGINX
- NOTE - NOTE
- NPM - NPM
- NTP
- ONLY - ONLY
- OWASP - OWASP
- PAT - PAT
......
...@@ -395,7 +395,7 @@ Gitaly makes the following assumptions: ...@@ -395,7 +395,7 @@ Gitaly makes the following assumptions:
You can't define Gitaly servers with some as a local Gitaly server You can't define Gitaly servers with some as a local Gitaly server
(without `gitaly_address`) and some as remote (without `gitaly_address`) and some as remote
server (with `gitaly_address`) unless you setup with special server (with `gitaly_address`) unless you use
[mixed configuration](#mixed-configuration). [mixed configuration](#mixed-configuration).
**For Omnibus GitLab** **For Omnibus GitLab**
...@@ -502,8 +502,8 @@ If it's excluded, default Git storage directory is used for that storage shard. ...@@ -502,8 +502,8 @@ If it's excluded, default Git storage directory is used for that storage shard.
### Disable Gitaly where not required (optional) ### Disable Gitaly where not required (optional)
If you are running Gitaly [as a remote service](#run-gitaly-on-its-own-server) you may want to If you are running Gitaly [as a remote service](#run-gitaly-on-its-own-server), you may want to
disable the local Gitaly service that runs on your GitLab server by default, leaving it only running disable the local Gitaly service that runs on your GitLab server by default and have it only running
where required. where required.
Disabling Gitaly on the GitLab instance only makes sense when you run GitLab in a custom cluster configuration, where Disabling Gitaly on the GitLab instance only makes sense when you run GitLab in a custom cluster configuration, where
...@@ -1007,7 +1007,7 @@ When GitLab calls a function that has a "Rugged patch", it performs two checks: ...@@ -1007,7 +1007,7 @@ When GitLab calls a function that has a "Rugged patch", it performs two checks:
- Is the feature flag for this patch set in the database? If so, the feature flag setting controls - Is the feature flag for this patch set in the database? If so, the feature flag setting controls
the GitLab use of "Rugged patch" code. the GitLab use of "Rugged patch" code.
- If the feature flag is not set, GitLab tries accessing the filesystem underneath the - If the feature flag is not set, GitLab tries accessing the file system underneath the
Gitaly server directly. If it can, it uses the "Rugged patch": Gitaly server directly. If it can, it uses the "Rugged patch":
- If using Unicorn. - If using Unicorn.
- If using Puma and [thread count](../../install/requirements.md#puma-threads) is set - If using Puma and [thread count](../../install/requirements.md#puma-threads) is set
...@@ -1015,9 +1015,9 @@ When GitLab calls a function that has a "Rugged patch", it performs two checks: ...@@ -1015,9 +1015,9 @@ When GitLab calls a function that has a "Rugged patch", it performs two checks:
The result of these checks is cached. The result of these checks is cached.
To see if GitLab can access the repository filesystem directly, we use the following heuristic: To see if GitLab can access the repository file system directly, we use the following heuristic:
- Gitaly ensures that the filesystem has a metadata file in its root with a UUID in it. - Gitaly ensures that the file system has a metadata file in its root with a UUID in it.
- Gitaly reports this UUID to GitLab via the `ServerInfo` RPC. - Gitaly reports this UUID to GitLab via the `ServerInfo` RPC.
- GitLab Rails tries to read the metadata file directly. If it exists, and if the UUID's match, - GitLab Rails tries to read the metadata file directly. If it exists, and if the UUID's match,
assume we have direct access. assume we have direct access.
...@@ -1044,13 +1044,11 @@ The second facet presents the only real solution. For this, we developed ...@@ -1044,13 +1044,11 @@ The second facet presents the only real solution. For this, we developed
Check [Gitaly timeouts](../../user/admin_area/settings/gitaly_timeouts.md) when troubleshooting Check [Gitaly timeouts](../../user/admin_area/settings/gitaly_timeouts.md) when troubleshooting
Gitaly. Gitaly.
### Checking versions when using standalone Gitaly servers ### Check versions when using standalone Gitaly servers
When using standalone Gitaly servers, you must make sure they are the same version When using standalone Gitaly servers, you must make sure they are the same version
as GitLab to ensure full compatibility. Check **Admin Area > Gitaly Servers** on as GitLab to ensure full compatibility. Check **Admin Area > Overview > Gitaly Servers** on
your GitLab instance and confirm all Gitaly Servers are `Up to date`. your GitLab instance and confirm all Gitaly servers indicate that they are up to date.
![Gitaly standalone software versions diagram](img/gitlab_gitaly_version_mismatch_v12_4.png)
### `gitaly-debug` ### `gitaly-debug`
......
...@@ -206,13 +206,8 @@ To make sure your configuration is correct: ...@@ -206,13 +206,8 @@ To make sure your configuration is correct:
## Troubleshooting Gitaly ## Troubleshooting Gitaly
### Checking versions when using standalone Gitaly nodes If you have any problems when using standalone Gitaly nodes, first
[check all the versions are up to date](../gitaly/index.md#check-versions-when-using-standalone-gitaly-servers).
When using standalone Gitaly nodes, you must make sure they are the same version
as GitLab to ensure full compatibility. Check **Admin Area > Gitaly Servers** on
your GitLab instance and confirm all Gitaly Servers are `Up to date`.
![Gitaly standalone software versions diagram](../gitaly/img/gitlab_gitaly_version_mismatch_v12_4.png)
### `gitaly-debug` ### `gitaly-debug`
......
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