glusterfs repo


Installing Gluster

For RPM based distributions, if you will be using InfiniBand, add the glusterfs RDMA package to the installations. For RPM based systems, yum is used as the install method in order to satisfy external depencies such as compat-readline5

For Debian

Download the packages

    wget -nd -nc -r -A.deb http://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/wheezy/

(Note from reader: The above does not work. Check http://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/ for 3.5 version or use http://packages.debian.org/wheezy/glusterfs-server

Install the Gluster packages (do this on both servers)

    dpkg -i glusterfs_3.5.2-4_amd64.deb
For Ubuntu

Ubuntu 10 and 12: install python-software-properties:

    sudo apt-get install python-software-properties

Ubuntu 14: install software-properties-common:

    sudo apt-get install software-properties-common

Then add the community GlusterFS PPA:

    sudo add-apt-repository ppa:gluster/glusterfs-3.5
    sudo apt-get update

Finally, install the packages:

    sudo apt-get install glusterfs-server

Note: Packages exist for Ubuntu 12.04 LTS, 12.10, 13.10, and 14.04 LTS

For Red Hat/CentOS

Download the packages (modify URL for your specific release and architecture).

    wget -P /etc/yum.repos.d http://download.gluster.org/pub/gluster/glusterfs/LATEST/RHEL/glusterfs-epel.repo

Install the Gluster packages (do this on both servers)

    yum install glusterfs-server
For Fedora

Install the Gluster packages (do this on both servers)

    yum install glusterfs-server

Once you are finished installing, you can move on to configuration section.

时间: 2024-10-17 09:18:28

glusterfs repo的相关文章

centos6.5 rpm安装glusterfs以及第三方测试工具

这篇文章适合初学者读,做下实验来之后对glusterfs有一个初步的了解,我的所有操作都是在一台机器上做的.还有一些环境配置我列举了一下,并没有很详细的列出来,相信大家应该没问题.一些第三方测试工具需要大家自行在网上下载.楼主也是一个一个下载下来的.此次下载的是3.47的版本,因为我们公司用的就是这个版本,之前试过其它版本,老是会出现服务挂起的现象,没有办法,版本回退 glusterfs  rpm包下载地址: https://download.gluster.org/pub/gluster/gl

Kubernetes 集群的两种部署过程(daemon部署和容器化部署)以及glusterfs的应用!

ClusterIp:通过VIP来访问, NodePort: 需要自己搭建负载据衡器 LoadBalancer:仅仅用于特定的云提供商 和 Google Container Engine https://www.nginx.com/blog/load-balancing-kubernetes-services-nginx-plus/ port:相当于服务端口(对及集群内客户访问) targetPort: 相当于pods端口 nodePort: 宿主机端口(也是服务端口,只不过是对集群外客户访问)

Suse12.1 - rpm部署GlusterFS分布式存储

1.zypper 安装各种库 zypper in bison openssl* libacl* sqlite libxml2* zypper in libxml++* fuse fuse-devel zyypper in openssl-devel libaio-devel bison bison-devel flex systemtap-sdt-devel readline-devel cd /home/src/glusterfs-3.8.9 ./configure --prefix=/hom

GlusterFS in CentOS 6.5的实现和配置

Gluster的几种实现 1.striped volume 条带卷的实现 如左图,条带卷内部的每一个文件都被分成4份用来保存,称为条带式存储. 2.Replication 如左图,条带卷内部的每一个文件在不同的server中各存一份. 3.Distributed Volume 如左图,条带卷内的各个文件被分散到各节点进行存储. 4.DHT 安装Gluster 安装环境,三个节点分别是 172.16.24.100 node1.libincla.com 172.16.24.101 node2.lib

GlusterFS基本安装

环境介绍: 系统版本: Rhel6.5 内核版本:3.18.3-1.el6.elrepo.x86_64 Yum源:http://download.gluster.org/pub/gluster/glusterfs/3.6/3.6.9/RHEL/glusterfs-epel.repo 节点数量:3个,主机名分别为controller1.controller2.compute01 每个节点上有3个磁盘,都分别挂载到 /data/bric1,/data/brick2,/data/bric3上 采用xf

GlusterFS + lagstash + elasticsearch + kibana 3 + redis日志收集存储系统部署 01

因公司数据安全和分析的需要,故调研了一下 GlusterFS + lagstash + elasticsearch + kibana 3 + redis 整合在一起的日志管理应用: 安装,配置过程,使用情况等续 一,glusterfs分布式文件系统部署: 说明: 公司想做网站业务日志及系统日志统一收集和管理,经过对mfs, fastdfs 等分布式文件系统的调研,最后选择了 glusterfs,因为Gluster具有高扩展性.高性能.高可用性.可横向扩展的弹性特点,无元数据服务器设计使glust

GlusterFS集群系统配置

Glusterfs 是一个具有可以扩展到几个PB数量级的集群文件系统.它可以把多个不同类型的存储块通过Infiniband RDMA或者TCP/IP汇聚成一个大的并行网络文件系统. 一,Volume管理 数据的传输协议支持tcp和infiniband rdma协议. 1,卷的三种类型: (1)distributed volume 分布卷可以将某个文件随机的存储在卷内的一个brick内,通常用于扩展存储能力,不支持数据的冗余.除非底层的brick使用RAID等外部的冗余措施. gluster vo

分布式文件系统---GlusterFS安装配置

一.环境规划 GlusterFS服务端:10.100.0.41/10.100.0.44GlusterFS客户端:10.100.0.43 二.所需软件包 glusterfs-server-3.4.2-1.el6.x86_64glusterfs-3.4.2-1.el6.x86_64 三.安装 3.1.服务端安装 #wget -P /etc/yum.repos.d http://download.gluster.org/pub/gluster/glusterfs/3.6/3.6.2/CentOS/gl

GlusterFS 3.7.1安装手记

1.最小化安装centos 6.6  完成后执行yum update 2.执行yum list glusterfs* 发现centos官方包中缺少glusterfs-server包.解决办法:使用glusterfs官方yun源. wget -P /etc/yum.repos.d http://download.gluster.org/pub/gluster/glusterfs/LATEST/CentOS/glusterfs-epel.repo 3.再次执行 yum list glusterfs*