summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: f70ef15b03f08d92fb01f098dd07614abb8533fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Installation Instructions
*************************

0. If you have cloned from git, run ./autogen.sh.

1. Run ./configure after untaring the package.

 bash# ./configure
 GlusterFS configure summary
 ===========================
 FUSE client        : yes
 Infiniband verbs   : yes
 epoll IO multiplex : yes
 Berkeley-DB        : yes
 libglusterfsclient : yes
 mod_glusterfs      : yes
 argp-standalone    : no
 
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.

2. Now just run 'make' and later run 'make install' to install the package.

 bash# make 
 bash# make install

Installation complete :-)

 bash# glusterfs --version

Make sure your version is the latest from the release, and the one you 
just installed :-)
erfs.git/commit/?h=v2.0.5&id=0074cda3791d29e1a0290bf29c008ce77b73d785'>protocol/client: changes in volume_options to assistKaushik BV2011-07-171-9/+40 | | | | | | | | Signed-off-by: Kaushik BV <kaushikbv@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2041 (volume set help option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2041 * write-behind: changes in volume_options to assistKaushik BV2011-07-171-4/+40 | | | | | | | | Signed-off-by: Kaushik BV <kaushikbv@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2041 (volume set help option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2041 * quick-read: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-171-1/+20 | | | | | | | | | | | Signed-off-by: Kaushik BV <kaushikbv@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2041 (volume set help option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2041 BUG: 2041 (volume set help option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2041 * io-threads: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-171-8/+26 | | | | | | | | | | | Signed-off-by: Kaushik BV <kaushikbv@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2041 (volume set help option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2041 BUG: 2041 (volume set help option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2041 * io-cache: changes in volume_options to assist volumeKaushik BV2011-07-171-22/+97 | | | | | | | | Signed-off-by: Kaushik BV <kaushikbv@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2041 (volume set help option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2041 * stripe: changes in volume_options to assist volume setKaushik BV2011-07-171-5/+47 | | | | | | | | Signed-off-by: Kaushik BV <kaushikbv@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2041 (volume set help option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2041 * dht: changes in volume_options to assist volume setKaushik BV2011-07-171-3/+26 | | | | | | | | Signed-off-by: Kaushik BV <kaushikbv@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2041 (volume set help option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2041 * afr: changes in volume_options to assist volume setKaushik BV2011-07-171-4/+40 | | | | | | | | Signed-off-by: Kaushik BV <kaushikbv@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2041 (volume set help option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2041 * mgmt/Glusterd: Implementation volume set help/help-xmlKaushik BV2011-07-1710-60/+541 | | | | | | | | Signed-off-by: Kaushik BV <kaushikbv@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2041 (volume set help option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2041 * io-threads: Initialize mutex and condshishir gowda2011-07-171-0/+12 |