GlusterFS 1.3 Installing from Debian Packages
From GlusterDocumentation
This information is out of date
and does not contain information related to the current version of Gluster
Documentation Home
[edit]
Install from debian packages
Currently glusterfs is available only in testing repository of GlusterFS
[edit]
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 ./
[edit]
Update the package list
#aptitude update
[edit]
Install the packages you want
[edit]
For server
#aptitude install glusterfs-server glusterfs-examples
[edit]
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)
[edit]
For glusterfs development
#aptitude install libglusterfs-dev
It's done.
[edit]
Author
Debianized by Leonardo Rodrigues de Mello <l@lmello.eu.org>
This information is out of date
and does not contain information related to the current version of Gluster
Documentation Home


