大量原创博文可见如下链接,话说原文作者刘爱贵会持续更新:http://blog.csdn.net/liuaigui/article/details/17331557下面提供一个当前版本的链接:[1]GlusterFS集群文件系统研究[2]基于开源软件构建高性能集群NAS系统[3]关于Gluster稳定性的一个BUG[4]创建Glusterfs分布式RAID..
分类:
其他好文 时间:
2015-01-07 18:59:17
阅读次数:
199
# (WJW)基于外部ZooKeeper的GlusterFS作为分布式文件系统的完全分布式HBase集群安装指南 --- ## [X] 前提条件 + 服务器列表: > `192.168.1.84 hbase84` #**hbase-master** > `192.168.1.85 hbase85` #**hbase-re...
分类:
其他好文 时间:
2015-01-06 13:56:18
阅读次数:
273
环境:Centos6.0-x86_64集群使用三台服务器组成Glusterfs集群,其中两台服务器提供NFS和Rsync服务用于备份每台服务器2块网卡eth0对应内网、eth1对应外网,Glusterfs简介:GlusterFS是Scale-Out存储解决方案Gluster的核心,它是一个开源的分布式文件系统,具有强大的横向扩展能..
分类:
其他好文 时间:
2015-01-03 13:27:20
阅读次数:
701
一、glfs_discard_async今天将笔记本从CentOS6.5换到Fedora20,运行qemu-kvm和qemu-img时报出下面这个错误.[root@localhost~]#qemu-kvm
/usr/bin/qemu-system-x86_64:symbollookuperror:/usr/bin/qemu-system-x86_64:undefinedsymbol:glfs_discard_async这是因为缺少glusterfs-d..
分类:
其他好文 时间:
2014-11-29 10:32:52
阅读次数:
239
我用的redhat6.4安装glusterfs直接yum#wget-P/etc/yum.repos.dhttp://download.gluster.org/pub/gluster/glusterfs/LATEST/CentOS/glusterfs-epel.repoServer端安装:#yuminstall-yglusterfsglusterfs-serverglusterfs-fuseClient端安装:#yuminstall-yglusterfsglusterfs-serv..
分类:
其他好文 时间:
2014-11-28 18:32:11
阅读次数:
231
最近在学习glusterfs我使用的是分布式复制策略。两台服务器g1:10.100.15.111g2:10.100.15.112client:10.0.6.149G1\G2没个主机上分别有一个10G硬盘,用于存放在用户数据,分别是挂载/data下。操作步骤如下,操作全部在G1服务器上、并且两天服务器gluster服务器全部启动,通讯..
分类:
其他好文 时间:
2014-11-28 18:26:51
阅读次数:
177
CentOS5.8上glusterfs3.5.3安装手册版本历史时间版本说明编写者2014-11-191.1CentOS5上glusterfs安装手册csc武汉*****有限公司前提:centos5.8标准系统安装,必须安装开发包和开发库如果没有bisonflex则需要安装。yuminstallbisonflex一、安装篇1.安装python2.6.5wgethttp://ww..
分类:
其他好文 时间:
2014-11-20 15:40:43
阅读次数:
433
转自于:http://www.cnblogs.com/zitjubiz/archive/2012/11/30/Distributed_File_System_glusterFS.htmlGlusterFS是“一套可扩展的开源集群文件系统,并能够轻松为客户提供全局命名空间、分布式前端以及高达数百PB级...
分类:
其他好文 时间:
2014-11-19 12:21:29
阅读次数:
294
本文并不说明如何编写一个xlator。在glusterfs3.6.1下验证成功
目标在glusterfs-3.6.1/xlators/debug/下建立一个自己的xlator库并可以统一安装到系统目录下
一、 解压glusterfs3.6.1.tar.gz
tar zxvf glusterfs3.6.1.tar.gz
cd glusterfs3.6...
分类:
其他好文 时间:
2014-11-17 17:45:54
阅读次数:
222
??
1、错误信息
qemu-kvm: Migrate: socket bind failed
2、原因:
其原因是qemu迁移端口与glusterfs端口冲突导致的
3、解决方法:
这种问题有两种解决办法:
第一:
解决办法,在所有安装glusterfs的机器上执行:
# vi /etc/glusterfs/glusterd.vol
在“end-volume”之前加入一行:
...
分类:
其他好文 时间:
2014-10-31 15:45:52
阅读次数:
282