GlusterFS
GlusterFS
https://www.youtube.com/watch?v=HkBndZOcEA0
system's guy. not a coder
발표 자료 중에서
POSIX-Compliant Distributed File System
No Metadata Server
Network Attached Storage (NAS)
Heterogeneous Commodity Hardware
Red Hat Storage
Enterprise Impl. of GlusterFS
RHEL + XFS
Terminology
Brick : node에 있는 mount point
Volume : Brick을 결합해서 구성된 스토리지
Node : 서버
좋은 자료
https://www.oss.kr/storage/app/public/oss/11/88/007_[GlusterFS]%20Solution%20Guide%20V0.4_20181203.pdf
Volume Options
Auth (인증)
gluster> volume set my-dist-vol auth.allow 192.168.1.*
gluster> volume set my-dist-vol auth.reject 10.*
NFS
gluster> volume set my-dist-vol nfs.volume-access read-only
gluster> volume set my-dist-vol nfs.disable on
Volume Top Command
gluster> volume top my-dist-vol read brick server3:/brick3 list-cnt 3
Read and write performance test commands available
Perform active dd tests and measure throughput