Now that you've read that big fat warning above, let's edit the configuration
Now that you've read that big fat warning above, let's edit the configuration
files and add the full paths of the alternative repository storage paths. In
files and add the full paths of the alternative repository storage paths. In
the example below, we add two more mountpoints that are named `nfs` and `cephfs`
the example below, we add two more mountpoints that are named `nfs_1` and `nfs_2`
respectively.
respectively.
NOTE: **Note:** This example uses NFS and CephFS. We do not recommend using EFS for storage as it may impact GitLab's performance. See the [relevant documentation](high_availability/nfs.md#avoid-using-awss-elastic-file-system-efs) for more details.
NOTE: **Note:** This example uses NFS. We do not recommend using EFS for storage as it may impact GitLab's performance. See the [relevant documentation](high_availability/nfs.md#avoid-using-awss-elastic-file-system-efs) for more details.
**For installations from source**
**For installations from source**
...
@@ -73,10 +73,10 @@ NOTE: **Note:** This example uses NFS and CephFS. We do not recommend using EFS
...
@@ -73,10 +73,10 @@ NOTE: **Note:** This example uses NFS and CephFS. We do not recommend using EFS
storages:# You must have at least a 'default' storage path.
storages:# You must have at least a 'default' storage path.
default:
default:
path:/home/git/repositories
path:/home/git/repositories
nfs:
nfs_1:
path:/mnt/nfs/repositories
path:/mnt/nfs1/repositories
cephfs:
nfs_2:
path:/mnt/cephfs/repositories
path:/mnt/nfs2/repositories
```
```
1.[Restart GitLab][restart-gitlab] for the changes to take effect.
1.[Restart GitLab][restart-gitlab] for the changes to take effect.
...
@@ -96,8 +96,8 @@ working, you can remove the `repos_path` line.
...
@@ -96,8 +96,8 @@ working, you can remove the `repos_path` line.