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
c5655c37
Commit
c5655c37
authored
Sep 23, 2020
by
Ben Bodenmiller
Committed by
Achilleas Pipinellis
Sep 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Provide some example commands that need to work over NFS
parent
58ffe602
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
doc/administration/nfs.md
doc/administration/nfs.md
+19
-0
No files found.
doc/administration/nfs.md
View file @
c5655c37
...
@@ -296,6 +296,25 @@ Having multiple NFS mounts will require manually making sure the data directorie
...
@@ -296,6 +296,25 @@ Having multiple NFS mounts will require manually making sure the data directorie
are empty before attempting a restore. Read more about the
are empty before attempting a restore. Read more about the
[
restore prerequisites
](
../raketasks/backup_restore.md
)
.
[
restore prerequisites
](
../raketasks/backup_restore.md
)
.
## Testing NFS
Once you've set up the NFS server and client, you can verify NFS is configured correctly
by testing the following commands:
```
shell
sudo mkdir
/gitlab-nfs/test-dir
sudo chown
git /gitlab-nfs/test-dir
sudo chgrp
gitlab-www /gitlab-nfs/test-dir
sudo chgrp
root /gitlab-nfs/test-dir
sudo chmod
2755 /gitlab-nfs/test-dir
sudo
-u
git
mkdir
/gitlab-nfs/test-dir/test2
sudo
-u
git
chmod
2755 /gitlab-nfs/test-dir/test2
sudo ls
-lah
/gitlab-nfs/test-dir/test2
sudo
-u
git
rm
-r
/gitlab-nfs/test-dir
```
Any
`Operation not permitted`
errors means you should investigate your NFS server export options.
## NFS in a Firewalled Environment
## NFS in a Firewalled Environment
If the traffic between your NFS server and NFS client(s) is subject to port filtering
If the traffic between your NFS server and NFS client(s) is subject to port filtering
...
...
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