Gluster: Difference between revisions
No edit summary |
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight" |
||
| Line 8: | Line 8: | ||
== Check Gluster == | == Check Gluster == | ||
< | <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 | ||
</ | </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> | ||