16
Dec 2015
by
小川 岳史
環境
workstation | クライアントサーバ | Ubuntu 14.04 |
node1 | クラスターサーバ | Ubuntu 14.04 |
node2 | クラスターサーバ | Ubuntu 14.04 |
手順
node1,2 で作業
# apt-get update
# apt-get install software-properties-common
# add-apt-repository ppa:gluster/glusterfs-3.5
# apt-get update
# apt-get install glusterfs-server
node1 だけで作業
# gluster > peer probe 10.0.11.250 > peer status > volume create glusterfs replica 2 node1:/glusterfs node2:/glusterfs force > volume info > volume start glusterfs > volume status glusterfs
workstation で作業
# apt-get update
# apt-get install software-properties-common
# add-apt-repository ppa:gluster/glusterfs-3.5
# apt-get update
# apt-get install glusterfs-client
# mkdir -p /mnt/glusterfs
# mount -t glusterfs node1:/glusterfs /mnt/glusterfs
おわり。