Difference between revisions of "Gluster"

From Freephile Wiki
Jump to navigation Jump to search
(initial page about Gluster)
 
 
Line 6: Line 6:
 
| text = Note: Once a pool has been established, only trusted members may probe new servers into the pool. A new server cannot probe the pool, it must be probed from the pool.
 
| text = Note: Once a pool has been established, only trusted members may probe new servers into the pool. A new server cannot probe the pool, it must be probed from the pool.
 
}}
 
}}
 +
 +
== Check Gluster ==
 +
<source lang="bash">
 +
gluster volume info
 +
gluster volume status
 +
gluster peer status
 +
systemctl status glusterd
 +
</source>
 +
 +
If you <code>ls /opt/data-meza/uploads-gluster</code> and get "'''Transport endpoint is not connected'''".  The solution to this is to <code>umount /opt/data-meza/uploads-gluster</code> and <code>mount /opt/data-meza/uploads-gluster</code>
  
 
== Resources ==
 
== Resources ==

Latest revision as of 17:37, 4 January 2018

GlusterFS

wp:GlusterFS is a scalable network filesystem. Using common off-the-shelf hardware, you can create large, distributed storage solutions for media streaming, data analysis, and other data- and bandwidth-intensive tasks. Gluster was aquired by RedHat in 2011. (And they bought Ceph in 2014.)


Check Gluster[edit | edit source]

gluster volume info
gluster volume status
gluster peer status
systemctl status glusterd

If you ls /opt/data-meza/uploads-gluster and get "Transport endpoint is not connected". The solution to this is to umount /opt/data-meza/uploads-gluster and mount /opt/data-meza/uploads-gluster

Resources[edit | edit source]