Gluster: Difference between revisions

From Freephile Wiki
No edit summary
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
 
Line 8: Line 8:


== Check Gluster ==
== Check Gluster ==
<source lang="bash">
<syntaxhighlight lang="bash">
gluster volume info
gluster volume info
gluster volume status
gluster volume status
gluster peer status
gluster peer status
systemctl status glusterd
systemctl status glusterd
</source>
</syntaxhighlight>


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>
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>

Latest revision as of 13:30, 24 February 2025

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

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