GlusterFS 1.3 Installing from Debian Packages

From GlusterDocumentation

Contents

Install from debian packages

Currently glusterfs is available only in testing repository of GlusterFS

Setup /etc/apt/sources.list

You need to add the following lines to your /etc/apt/sources.list:

  deb http://lmello.virt-br.org/debian ./
  deb-src http://lmello.virt-br.org/debian ./

Update the package list

  #aptitude update

Install the packages you want

For server

  #aptitude install glusterfs-server glusterfs-examples 

For Client

  #aptitude install glusterfs-client glusterfs-examples
  • Note: Be sure you have kernel Linux 2.6.14 or up (Linux 2.6.14 and up have FUSE support included in the official kernel)

For glusterfs development

  #aptitude install libglusterfs-dev 


It's done.

Author

Debianized by Leonardo Rodrigues de Mello <l@lmello.eu.org>