Difference between revisions of "Filesystems: Gluster"

From Define Wiki
Jump to navigation Jump to search
(Created page with "Setup tested using ubuntu 12.10 on calxeda hardware. Steps should be applicable on most linux distros. In this configuration we are using 2 hosts which act both as servers and...")
 
Line 4: Line 4:
 
* Both hosts then mount the glusterfs  
 
* Both hosts then mount the glusterfs  
  
== Install Gluster ==
+
= Install Gluster =
 
<syntaxhighlight>
 
<syntaxhighlight>
 
   apt-get -y install gluster-server gluster-client
 
   apt-get -y install gluster-server gluster-client
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 15:51, 12 July 2012

Setup tested using ubuntu 12.10 on calxeda hardware. Steps should be applicable on most linux distros. In this configuration we are using 2 hosts which act both as servers and clients.

  • Gluster is installed on 2 hosts
  • A gluster filesystem is created across 2 hosts
  • Both hosts then mount the glusterfs

Install Gluster

  apt-get -y install gluster-server gluster-client