GlusterFS 1.3 Installing from Debian Packages

From GlusterDocumentation

Jump to: navigation, search

Contents

Install from debian packages

NOTE: There are no latest debian packages yet, so please use the rpm/tar.gz till it gets ready.

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>

Personal tools