How to install glusterfs in Debian Lenny?

  • cd /usr/src
  • wget "http://ftp.gluster.com/pub/gluster/glusterfs/2.0/LATEST/glusterfs-2.0.8.tar.gz"
  • wget "http://download.gluster.com/pub/gluster/glusterfs/fuse/fuse-2.7.4glfs11.tar.gz"
  • tar -zxf glusterfs-2.0.8.tar.gz
  • tar -zxf fuse-2.7.4glfs11.tar.gz
  • aptitude install sshfs build-essential flex bison byacc libdb4.6 libdb4.6-dev libfuse-dev
  • cd fuse-2.7.4glfs11
  • ./configure && make && make install
  • cd ../glusterfs-2.0.8
  • ./configure --prefix=/usr && make && make install && ldconfig && glusterfsd --version
  • mkdir /etc/glusterfs/
  • vi /etc/glusterfs/glusterfsd.vol
  • update-rc.d glusterfsd defaults
  • /etc/init.d/glusterfsd start

You cannot comment on this entry