<div dir="ltr">Thanks Niels!! Awesome, I&#39;ll try to do that with tags, I&#39;ll let you know. I just made a few changes to the wiki, adding the download link and more information. <div><br></div><div>Thanks again!</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-06 5:00 GMT-03:00 Niels de Vos <span dir="ltr">&lt;<a href="mailto:ndevos@redhat.com" target="_blank">ndevos@redhat.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On Wed, Aug 06, 2014 at 12:29:20AM -0300, Juan José Pavlik Salles wrote:<br>
&gt; After a few days I finally had some time to build the project a upload it<br>
&gt; to the forge. The link is <a href="https://forge.gluster.org/glustergraph" target="_blank">https://forge.gluster.org/glustergraph</a> , don&#39;t<br>
&gt; kill me, I am not a developer haha. Any comments will be more than<br>
&gt; appreciated.<br>
<br>
</div>Thanks for getting that done!<br>
<br>
I&#39;m not really a Java developer, so reviewing the code and sending<br>
improvements isn&#39;t something I&#39;m planning to do at the moment. But, feel<br>
free to ask me if you have any questions related to git and pushing<br>
changes to the Gluster Forge.<br>
<br>
Your documentation is very good, it deserves some promotion ;-)<br>
- <a href="https://forge.gluster.org/glustergraph/pages/Home" target="_blank">https://forge.gluster.org/glustergraph/pages/Home</a><br>
<br>
If you plan to keep providing the .jar in the git repository, I suggest<br>
you add a download link in the documentation. The latest version in the<br>
master branch can get downloaded from here:<br>
- <a href="https://forge.gluster.org/glustergraph/glustergraph/blobs/raw/master/GlusterGraph/ExecJar/glustergraph.jar" target="_blank">https://forge.gluster.org/glustergraph/glustergraph/blobs/raw/master/GlusterGraph/ExecJar/glustergraph.jar</a><br>

<br>
When you introduce versioning, you can create tags and automatically<br>
have make versioned downloads available:<br>
<br>
0. Make sure all the changes have been committed to your local<br>
   repository, this includes the generated .jar file.<br>
<br>
1. Create a tag in your local git repository (HEAD is current state, you<br>
   can use a commit-id or name of a branch too):<br>
<br>
    $ git tag -a v0.1<br>
<br>
2. Push the tag (and its dependencies) to the remote repository:<br>
<br>
    $ git push origin v0.1<br>
<br>
3. Download location of the v0.1 version:<br>
   - <a href="https://forge.gluster.org/glustergraph/glustergraph/blobs/raw/v0.1/GlusterGraph/ExecJar/glustergraph.jar" target="_blank">https://forge.gluster.org/glustergraph/glustergraph/blobs/raw/v0.1/GlusterGraph/ExecJar/glustergraph.jar</a><br>

<br>
HTH,<br>
Niels<br>
<div class="HOEnZb"><div class="h5"><br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt;<br>
&gt; 2014-08-04 9:01 GMT-03:00 Juan José Pavlik Salles &lt;<a href="mailto:jjpavlik@gmail.com">jjpavlik@gmail.com</a>&gt;:<br>
&gt;<br>
&gt; &gt; Great idea Pranith, I will make that change. I wish I had found lsgvt<br>
&gt; &gt; sooner, I&#39;ll try it anyway. Thanks!<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; 2014-08-04 7:44 GMT-03:00 Niels de Vos &lt;<a href="mailto:ndevos@redhat.com">ndevos@redhat.com</a>&gt;:<br>
&gt; &gt;<br>
&gt; &gt; On Sun, Aug 03, 2014 at 12:36:20PM -0300, Juan José Pavlik Salles wrote:<br>
&gt; &gt;&gt; &gt; Hi guys, yesterday I was trying to get a mental picture of my gluster<br>
&gt; &gt;&gt; &gt; volumes and I came to realize it was getting complicated, or I was<br>
&gt; &gt;&gt; &gt; too lazy who knows. I googled a bit and couldn&#39;t find any good way to<br>
&gt; &gt;&gt; &gt; achieve it so I started coding. After a few coffees I did this<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; <a href="http://viviendolared.blogspot.com.ar/2014/08/gluster-graficando-mi-gluster-i.html" target="_blank">http://viviendolared.blogspot.com.ar/2014/08/gluster-graficando-mi-gluster-i.html</a><br>
&gt; &gt;&gt; &gt; (sorry,<br>
&gt; &gt;&gt; &gt; spanish is my mother tongue), basically it&#39;s a Java program that builds<br>
&gt; &gt;&gt; a<br>
&gt; &gt;&gt; &gt; dot file from your gluster configuration so you can plot it and get a<br>
&gt; &gt;&gt; &gt; pretty good-enough image of your cluster. So far I&#39;ve only tested it<br>
&gt; &gt;&gt; with<br>
&gt; &gt;&gt; &gt; Distribute and Distributed-Replicated volumes, if anyone wants to share<br>
&gt; &gt;&gt; its<br>
&gt; &gt;&gt; &gt; &quot;gluster vol info&quot; output I can plot the output for you and debug the<br>
&gt; &gt;&gt; &gt; program a bit more. I plan to release the code soon, but as I am not a<br>
&gt; &gt;&gt; &gt; developer perse I&#39;ve got no idea how or where to do that. Hope you like<br>
&gt; &gt;&gt; it,<br>
&gt; &gt;&gt; &gt; and please give me all the feedback you want.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Nice! Utilities like this really help in understanding how volumes are<br>
&gt; &gt;&gt; distributed over the different storage servers.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; There is a Python tool for displaying the volumes and bricks on the<br>
&gt; &gt;&gt; Gluster Forge too:<br>
&gt; &gt;&gt; - <a href="https://forge.gluster.org/lsgvt" target="_blank">https://forge.gluster.org/lsgvt</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; I guess your tool would be a welcome addition to the projects on the<br>
&gt; &gt;&gt; Gluster Forge:<br>
&gt; &gt;&gt; - <a href="https://forge.gluster.org/projects" target="_blank">https://forge.gluster.org/projects</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Thanks,<br>
&gt; &gt;&gt; Niels<br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; Pavlik Salles Juan José<br>
&gt; &gt; Blog - <a href="http://viviendolared.blogspot.com" target="_blank">http://viviendolared.blogspot.com</a><br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Pavlik Salles Juan José<br>
&gt; Blog - <a href="http://viviendolared.blogspot.com" target="_blank">http://viviendolared.blogspot.com</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Pavlik Salles Juan José<div>Blog - <a href="http://viviendolared.blogspot.com" target="_blank">http://viviendolared.blogspot.com</a></div>
</div>
</div>