The Gluster Blog

Gluster blog stories provide high-level spotlights on our users all over the world

Blog Post – 2 Gluster related files

Gluster
2013-02-18

In the previous post we had installed gluster in debug mode. Lets have a quick look on the files that get installed with gluster.

Remember, when we do a make install, our prefix for destination for install is /usr/local. If you are installing from a repo then it will be /.

Libraries and Executable:

  • Most of the libraries get installed either directly under “/usr/local/lib” or within “glusterfs” folder under that.
  • Some of the libraries which are used internally in gluster get installed in libexec.
  • The only two executables that are generated are “gluster” and “glusterfsd” placed in /usr/local/sbin.

 

Scripts:

  • Helper script for mount “mount.glsuterfs” is in /sbin.

 

Documents:

  • Vim syntax file for vol files, man pages and benchmarking tools are provided in /usr/local/share.

 

Header files:

  • Header file for the gluster api is provided in /usr/local/include for others to include while building on top of the api.

 

Configuration files:

  • Configuration files that get installed are in /usr/local/etc/glusterfs/.
  • We have logrotate config file to hold parameters that logrotate uses to archive logs.
  • Important file that you should notice here is the glusterd.vol.

 

Note:

  • If you look into glusterd.vol file, you will find that working directory is /var/lib/glusterd. That is a directory we should be exploring.
  • Also remember , all our logs go into /usr/local/var/log/glusterfs.

 

In the next post we will make use of this information to understand how gluster works.

BLOG

  • 06 Dec 2020
    Looking back at 2020 – with g...

    2020 has not been a year we would have been able to predict. With a worldwide pandemic and lives thrown out of gear, as we head into 2021, we are thankful that our community and project continued to receive new developers, users and make small gains. For that and a...

    Read more
  • 27 Apr 2020
    Update from the team

    It has been a while since we provided an update to the Gluster community. Across the world various nations, states and localities have put together sets of guidelines around shelter-in-place and quarantine. We request our community members to stay safe, to care for their loved ones, to continue to be...

    Read more
  • 03 Feb 2020
    Building a longer term focus for Gl...

    The initial rounds of conversation around the planning of content for release 8 has helped the project identify one key thing – the need to stagger out features and enhancements over multiple releases. Thus, while release 8 is unlikely to be feature heavy as previous releases, it will be the...

    Read more