Gluster: Difference between revisions

initial page about Gluster
 
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
 
(One intermediate revision by one other user not shown)
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 ==
<syntaxhighlight lang="bash">
gluster volume info
gluster volume status
gluster peer status
systemctl status glusterd
</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>


== Resources ==
== Resources ==