-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1000 from truenas/DOCS-2156-Mounting-gluster-Clients
DOCS-2156: Mounting Cluster Volumes
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: "Mounting Clustered Volumes" | ||
weight: 30 | ||
--- | ||
|
||
## Manually Mounting Volumes | ||
|
||
{{< hint info >}} | ||
Install the glusterfs client for your Linux distribution first, consult with your systems package documentation on specific steps to start that process. | ||
{{< /hint >}} | ||
|
||
|
||
To mount a volume, use the following command: | ||
|
||
`mount -t glusterfs HOSTNAME-OR-IPADDRESS:/VOLNAME MOUNTDIR` | ||
|
||
For example: | ||
|
||
`mount -t glusterfs server1:/test-volume /mnt/glusterfs` | ||
|
||
|
||
See http://gluster.org/ for additional references. |