Skip to content

Commit

Permalink
Merge pull request #1000 from truenas/DOCS-2156-Mounting-gluster-Clients
Browse files Browse the repository at this point in the history
DOCS-2156: Mounting Cluster Volumes
  • Loading branch information
ericbsd authored Aug 3, 2021
2 parents e61beaf + 249d3c4 commit 92df168
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/SCALE/Storage/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ The SCALE Storage topic contains articles on importing, creating, and managing p

The storage topic also has information about datasets, Zvols, permissions, and quotas.

SCALE also supports clustering storage across multiple systems. This feature is managed by TrueCommand. See [TrueCommand Clustering]({{< relref "/TrueCommand/Clustering/_index.md" >}}) for more details.

{{< include file="static/includes/MenuNav.md.part" markdown="true" >}}
22 changes: 22 additions & 0 deletions content/TrueCommand/Clustering/MountingClusterVolumes.md
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.

0 comments on commit 92df168

Please sign in to comment.