GlusterFS for Ubuntu

Source: Internet
Author: User
Tags glusterfs gluster

GlusterFS for UbuntuBase installation
deb://ppa.launchpad.net/gluster/glusterfs-3.5/ubuntu precise maindeb-src http://ppa.launchpad.net/gluster/glusterfs-3.5/ubuntu precise mainServer# apt-get install glusterfs-serverClient# apt-get install glusterfs-client

There are a variety of ways to configure Gluster, here are three kinds.

Establish distributed Volume on a single server

Assume that the server is: 192.168.113.173 (server)
Suppose the client is: 192.168.113.179 (clients)

Server-side configuration
Server# service glusterfs-server start创建volumeServer# gluster volume create volume-name 192.168.113.173:/home/single1启动volumeServer# gluster volume start single-volume查看当前所有volume状态Server# gluster volume info若要使用Cache,则使用Server# gluster volume set single-volume performance.cache-size 1GB

Gluster automatically generate configuration files, stored in the/var/lib/glusterd folder

Client Configuration

Mount the Gluster mirror on the client,

client# Mount.glusterfs 192.168.113.173:volume-name/mnt/local-volume

GlusterFS for Ubuntu

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.