Commit 3ba88dd5 authored by Harsh Chouraria's avatar Harsh Chouraria Committed by Nick Gaskill

Add note about pages requiring NFS

Even when object storage is enabled, Pages currently requires
the NFS mount to be available for the deploy tasks to work.

This change adds a note to the documentation instructing that
the NFS mount not be removed when attempting to configure
object storage for pages.

Related epics:
- https://gitlab.com/groups/gitlab-org/-/epics/3910
- https://gitlab.com/groups/gitlab-org/-/epics/3901
parent caa86179
......@@ -730,6 +730,13 @@ or report an issue.
### Object storage settings
WARNING:
With the following settings, Pages uses both NFS and Object Storage locations when deploying the
site. **Do not remove the existing NFS mount used by Pages** when applying these settings. For more
information, see the epics
[3901](https://gitlab.com/groups/gitlab-org/-/epics/3901#how-to-test-object-storage-integration-in-beta)
and [3910](https://gitlab.com/groups/gitlab-org/-/epics/3910).
The following settings are:
- Nested under `pages:` and then `object_store:` on source installations.
......
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