[Gluster-users] How to see gluster in a picture
Niels de Vos
ndevos at redhat.com
Wed Aug 6 08:00:14 UTC 2014
On Wed, Aug 06, 2014 at 12:29:20AM -0300, Juan José Pavlik Salles wrote:
> After a few days I finally had some time to build the project a upload it
> to the forge. The link is https://forge.gluster.org/glustergraph , don't
> kill me, I am not a developer haha. Any comments will be more than
> appreciated.
Thanks for getting that done!
I'm not really a Java developer, so reviewing the code and sending
improvements isn't something I'm planning to do at the moment. But, feel
free to ask me if you have any questions related to git and pushing
changes to the Gluster Forge.
Your documentation is very good, it deserves some promotion ;-)
- https://forge.gluster.org/glustergraph/pages/Home
If you plan to keep providing the .jar in the git repository, I suggest
you add a download link in the documentation. The latest version in the
master branch can get downloaded from here:
- https://forge.gluster.org/glustergraph/glustergraph/blobs/raw/master/GlusterGraph/ExecJar/glustergraph.jar
When you introduce versioning, you can create tags and automatically
have make versioned downloads available:
0. Make sure all the changes have been committed to your local
repository, this includes the generated .jar file.
1. Create a tag in your local git repository (HEAD is current state, you
can use a commit-id or name of a branch too):
$ git tag -a v0.1
2. Push the tag (and its dependencies) to the remote repository:
$ git push origin v0.1
3. Download location of the v0.1 version:
- https://forge.gluster.org/glustergraph/glustergraph/blobs/raw/v0.1/GlusterGraph/ExecJar/glustergraph.jar
HTH,
Niels
>
> Regards,
>
>
> 2014-08-04 9:01 GMT-03:00 Juan José Pavlik Salles <jjpavlik at gmail.com>:
>
> > Great idea Pranith, I will make that change. I wish I had found lsgvt
> > sooner, I'll try it anyway. Thanks!
> >
> >
> > 2014-08-04 7:44 GMT-03:00 Niels de Vos <ndevos at redhat.com>:
> >
> > On Sun, Aug 03, 2014 at 12:36:20PM -0300, Juan José Pavlik Salles wrote:
> >> > Hi guys, yesterday I was trying to get a mental picture of my gluster
> >> > volumes and I came to realize it was getting complicated, or I was
> >> > too lazy who knows. I googled a bit and couldn't find any good way to
> >> > achieve it so I started coding. After a few coffees I did this
> >> >
> >> http://viviendolared.blogspot.com.ar/2014/08/gluster-graficando-mi-gluster-i.html
> >> > (sorry,
> >> > spanish is my mother tongue), basically it's a Java program that builds
> >> a
> >> > dot file from your gluster configuration so you can plot it and get a
> >> > pretty good-enough image of your cluster. So far I've only tested it
> >> with
> >> > Distribute and Distributed-Replicated volumes, if anyone wants to share
> >> its
> >> > "gluster vol info" output I can plot the output for you and debug the
> >> > program a bit more. I plan to release the code soon, but as I am not a
> >> > developer perse I've got no idea how or where to do that. Hope you like
> >> it,
> >> > and please give me all the feedback you want.
> >>
> >> Nice! Utilities like this really help in understanding how volumes are
> >> distributed over the different storage servers.
> >>
> >> There is a Python tool for displaying the volumes and bricks on the
> >> Gluster Forge too:
> >> - https://forge.gluster.org/lsgvt
> >>
> >> I guess your tool would be a welcome addition to the projects on the
> >> Gluster Forge:
> >> - https://forge.gluster.org/projects
> >>
> >> Thanks,
> >> Niels
> >>
> >
> >
> >
> > --
> > Pavlik Salles Juan José
> > Blog - http://viviendolared.blogspot.com
> >
>
>
>
> --
> Pavlik Salles Juan José
> Blog - http://viviendolared.blogspot.com
More information about the Gluster-users
mailing list