GlusterFS

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat GlusterFS
# 1  
Old 05-19-2015
GlusterFS

Hi,

I want to share storage using glusterfs. I follow tutorial as below:
https://www.howtoforge.com/how-to-in...n-ubuntu-14.04

But why size not same as i mount from lvm?
Code:
[root@localhost glusterfs]# gluster volume info

Volume Name: mysql-db
Type: Replicate
Volume ID: 7fd3178c-30d5-496e-8653-91be074d80da
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: node1:/data/gluster/brick
Brick2: node2:/data/gluster/brick
Options Reconfigured:
performance.readdir-ahead: on
[root@localhost glusterfs]#
[root@localhost glusterfs]# mount -t glusterfs node1:/mysql-db /opt/mysql
[root@localhost glusterfs]# df -h
Filesystem                  Size  Used Avail Use% Mounted on
/dev/mapper/rhel-root        50G  7.5G   43G  15% /
devtmpfs                     16G     0   16G   0% /dev
tmpfs                        16G     0   16G   0% /dev/shm
tmpfs                        16G  8.5M   16G   1% /run
tmpfs                        16G     0   16G   0% /sys/fs/cgroup
/dev/mapper/rhel-home        40G   33M   40G   1% /home
/dev/sda1                   497M   98M  400M  20% /boot
/dev/mapper/vol_san1-mysql  500G   33M  500G   1% /data/gluster
node1:/mysql-db           50G  3.2G   47G   7% /opt/mysql
[root@localhost glusterfs]#

Any idea what i miss?

Thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Glusterfs not working

Hi Guys, Does anyone of you know what will happen if I kill glusterfs process while the gluster storage is in use? I am using glusterfs version 3.6.1, and I killed some process related to glusterfs , after that the files in the gluster storage went missing. Can anyone of you give more info... (0 Replies)
Discussion started by: davidbob
0 Replies

2. UNIX for Advanced & Expert Users

Glusterfs not replicating

0 down vote favorite I have replicated glusterfs on two servers, if i create file on one server it doesnt reflect on other, if i try to heal the volume on node2 i get this error Commit failed on node2. Please check log file for details. glustershd.log E 0-test-client-3: connection to... (0 Replies)
Discussion started by: davidbob
0 Replies
Login or Register to Ask a Question