wiki:GlusterFS_Installation

Version 1 (modified by rock, 16 years ago) (diff)

--

Using GlusterFS in DRBL Environment

0.Introduction


1.Installation

  • Installation Manual
  • Install Requirements Packages
    $ aptitude install autotools libtool gcc flex bison byacc linux-headers-`uname -r`
    
  • Install GlusterFS patched FUSE Module GlusterFS patched FUSE
    $ wget http://ftp.zresearch.com/pub/gluster/glusterfs/fuse/fuse-2.7.3glfs10.tar.gz
    $ tar -zxvf fuse-2.7.3glfs10.tar.gz
    $ cd fuse-2.7.3glfs10
    $ ./configure  --prefix=/usr  --enable-kernel-module
    $ make install
    $ ldconfig
    $ depmod -a
    $ rmmod fuse
    $ modprobe fuse
    $ vim /etc/modules
    fuse
    
  • Install GlusterFS GlusterFS 1.3
    $ wget http://ftp.zresearch.com/pub/gluster/glusterfs/1.3/glusterfs-1.3.11.tar.gz
    $ tar -xzf glusterfs-1.3.11.tar.gz
    $ cd glusterfs-1.3.11
    $ ./configure  --prefix= 
    $ make install 
    


2.FS design


3.Test


4.Refernece

GlusterFS

Attachments (3)

Download all attachments as: .zip