2009-02-18 15:06:07 +03:00
Installation Instructions
*************************
2013-11-21 22:45:48 +04:00
0. If you have cloned from git, run ./autogen.sh.
2014-08-27 10:54:24 +04:00
1. Run ./configure.
2009-02-18 15:06:07 +03:00
bash# ./configure
GlusterFS configure summary
===========================
2014-08-27 10:54:24 +04:00
GlusterFS configure summary
===========================
FUSE client : yes
Infiniband verbs : yes
epoll IO multiplex : yes
argp-standalone : no
fusermount : yes
readline : yes
georeplication : yes
Linux-AIO : yes
Enable Debug : no
Block Device xlator : yes
glupy : yes
Use syslog : yes
XML output : yes
QEMU Block formats : yes
Encryption xlator : yes
2009-02-18 15:06:07 +03:00
The configure summary will tell you what all components will be built with
GlusterFS. Other than 'argp-standalone' if something else says 'no', that
feature in GlusterFS will not be built. 'argp-standalone' package will only
be used if the system doesn't have a proper argp package installed.
2013-11-21 22:45:48 +04:00
2. Now just run 'make' and later run 'make install' to install the package.
2009-02-18 15:06:07 +03:00
bash# make
bash# make install
2014-08-27 10:54:24 +04:00
Installation completed :-)
2009-02-18 15:06:07 +03:00
bash# glusterfs --version
Make sure your version is the latest from the release, and the one you
just installed :-)
2014-08-27 10:54:24 +04:00
2017-09-01 16:09:06 +03:00
For more information on GlusterFS installation refer# http://docs.gluster.org/en/latest/Developer-guide/Building-GlusterFS/