Displaying 1 result from an estimated 1 matches for "cloud_c9".
Did you mean:
cloud9
2012 Mar 10
1
3.2.5 client connectivity issues...
...tall -y bison flex g++-4.4 make
wget
http://download.gluster.com/pub/gluster/glusterfs/LATEST/glusterfs-3.2.5.tar.gz
tar zxf glusterfs-3.2.5.tar.gz && cd glusterfs-3.2.5
./configure && make && make install && ldconfig
vi /usr/local/etc/glusterfs/glusterfs.vol
volume cloud_c9
type protocol/client
option transport-type tcp
option remote-host xx.xxx.xx.xxx
option remote-subvolume brick
end-volume
mount -t glusterfs xxx.xx.xxx.xxx:cloud_c9 /mnt/cloud_c9 (or
mount -t glusterfs xxx.xx.xxx.xxx:cloud_c9 /mnt/cloud_c9 -o
log-level=WARNING,log-file=/root/gclient.out...