검색결과 리스트
글
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
'컴퓨터' 카테고리의 다른 글
XML to JSON , JSON to Map (0) | 2019.09.26 |
---|---|
비행기 분류 using transfer learning in fast.ai (0) | 2019.09.25 |
한국 특허 데이터 프로젝트: 내용과 방법 (Korea Patent Data Project (KoPDP): Contents and Methods) (0) | 2019.09.25 |
Parallel Computing with HPC Systems (Complete) (0) | 2019.09.10 |
파이썬 관심 시작 (0) | 2019.08.23 |