systemctl enable glusterd --now
# 자신말고 다른 node들 확인
gluster peer probe {host명}
$ gluster pool list
UUID Hostname State
***-***-***-***-*** *** Connected
***-***-***-***-*** *** Connected
gluster volume create ${Volume명} ${Host1명}:${HOST1_GlusterFS_DiR} ${Host2명}:${HOST2_GlusterFS_DiR} ...
# example
gluster volume create distributed_vol glusterfs:/mnt/xvdb/dist_vol gluster02:/mnt/xvdb/dist_vol gluster03:/mnt/xvdb/dist_vol
gluster volume create ${Volume명} replica ${복제수} ${Host1명}:${HOST1_GlusterFS_DiR} ${Host2명}:${HOST2_GlusterFS_DiR} ...
# example
sudo gluster volume create replicated_vol replica 3 glusterfs:/mnt/xvdb/rep_vol gluster02:/mnt/xvdb/rep_vol gluster03:/mnt/xvdb/rep_vol
gluster volume start ${Volume명}
# example
gluster volume start distributed_vol
gluster volume start replicated_vol
$ df -h
/dev/***1 15T 3.8G 15T 1% /u01
***:/*** 15T 153G 15T 2% /u01/***/***