Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7404161
  • 博文数量: 1756
  • 博客积分: 18684
  • 博客等级: 上将
  • 技术积分: 16232
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-02 10:28
个人简介

啥也没写

文章分类

全部博文(1756)

文章存档

2024年(2)

2023年(44)

2022年(39)

2021年(46)

2020年(43)

2019年(27)

2018年(44)

2017年(50)

2016年(47)

2015年(15)

2014年(21)

2013年(43)

2012年(143)

2011年(228)

2010年(263)

2009年(384)

2008年(246)

2007年(30)

2006年(38)

2005年(2)

2004年(1)

分类: LINUX

2009-05-12 08:48:35

What is Gluster non-stop clustered storage?

GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility.

Prerequisites
RPM forge repositories, ‘FUSE’ and ‘rpm-build must be installed on your server.
# yum install fuse --enablerepo=rpmforge
# yum install rpm-build
The 32 bit RPM needs to be built from source. NB! Always use package management, makes housekeeping easier.
Download the latest source file from GlusterFS
# wget
There seems to be a problem with the RPM spec file so we’ll need to unpack glusterfs-2.0.0rc4.tar.gz and edit the RPM spec file.
# tar zxvf glusterfs-2.0.0rc4.tar.gz
# cd glusterfs-2.0.0rc4
# vi glusterfs.spec
Hash out the following lines
#BuildRequires: apache-devel >= 1.3
#Requires: apache >= 1.3
and replace add with the following line
BuildRequires: httpd-devel
Requires: httpd
Then pack the directory back into glusterfs-2.0.0rc4.tar.gz
# tar cvfz glusterfs-2.0.0rc4.tar.gz glusterfs-2.0.0rc4
Building the GlusterFS RPM
# rpmbuild -ta glusterfs-2.0.0rc4.tar.gz
Once the build process is finished you’re ready to install your RPMS
# rpm -ivh /usr/src/redhat/RPMS/i386/glusterfs-2.0.0rc4-1.i386.rpm
# rpm -ivh /usr/src/redhat/RPMS/i386/glusterfs-devel-2.0.0rc4-1.i386.rpm
阅读(1114) | 评论(0) | 转发(0) |
0

上一篇:DRBD笔记

下一篇:Installing XEN on CentOS 5.x

给主人留下些什么吧!~~