Step การใช้ gluster storage(เครื่อง client) ( เครื่องที่จะเอาไปใช้ )
install gluster-client
$ wget -O- https://download.gluster.org/pub/gluster/glusterfs/6/rsa.pub | apt-key add -
$ sudo add-apt-repository ppa:gluster/glusterfs-6
$ sudo apt install glusterfs-client -y
$ mkdir -p <path_file_cilent>
$ sudo mount -t glusterfs <ip_node1>:<volume_name> <path_name ที่สร้างไว้>
$ df -h <path_file_cilent>
จะได้ประมาณนี้
ubuntu@filestorage:~$ df -h /storage
Filesystem Size Used Avail Use% Mounted on
10.1.1.70:/volume-01 195G 3.8G 184G 3% /storage
$ vim /etc/fstab
ใน vim
<ip_node1>:<volume_name> /storage glusterfs defaults,_netdev 0 0