glusterfs (SSD 최적화) 이미지 출처 및 원문 SSD 환경 아래에서 GlusterFS 성능 최적화 2016년 (논문)http://www.dbpia.co.kr/Journal/ArticleDetail/NODE06599145김덕상, 엄현상, 엄현영 이슈 HARD DISK 기반으로 설계, SSD 성능 100% 활용 여부 SSD : I/O-cache, Read-ahead, Write-behind Translator 방법론? hot data : ssd 에 저장cold data : harddisk 저장 glusterfs 메타 서버 없음 (메타 데이터 요청시 병목현상 발생하지 않음), DHT (Distributed Hash Table) 이용 brick 저장소의 기본 단위 * 일반적으로 FUSE (Filesy..
cifs mount glusterfs gluster-fs samba 설정 yum install samba samba-common samba-vfs-glusterfs selinux-policy-targeted -y * selinux-policy-targeted 은 selinux가 비활성화 이면 필요 없음 (selinux 활성화일때 데몬 우회 처리시 필요) samba 데몬 활성 systemctl start smb.servicesystemctl enable smb.servicesystemctl start nmb.servicesystemctl enable nmb.service systemctl restart smb.servicesystemctl restart nmb.service vim /etc/samba/sm..
glusterfs nfs 마운트하기 gv0 이라는 볼륨을 nfs.disable 되어 있는것을 off 시킨다, 즉 활성화 시킨다는것이다. gluster volume set gv0 nfs.disable off Gluster NFS is being deprecated in favor of NFS-Ganesha Enter "yes" to continue using Gluster NFS (y/n) yvolume set: success * gnfs (glusternfs) 를 활성화 시키고 NFS-ganesha 를 더 이상사용하지 않겠냐는 질문 : gnfs 는 마운트 연결시 -t nfs, nfs-ganesha는 -t nfs4 로 마운트 연결 glusterfs 4.12 에서 마운트 시도 [root@localhost ~..
glusterfs 설치 다운로드 및 repo 페이지 https://download.gluster.org/pub/gluster/glusterfs/ centos8 (repo 저장) 최신 다운로드 wget https://download.gluster.org/pub/gluster/glusterfs/LATEST/CentOS/glusterfs-rhel8.repo -P /etc/yum.repos.d/테스트 환경 virtualbox VM, CENTOS7 64bit, sdb 10G 추가host 이름으로 서로 통신 /etc/hosts 192.168.56.7 glusterfs1 192.168.56.8 glusterfs2 : 아이피 및 도메인으로도 통신 가능함 glusterfs 버젼 검색 yum search centos-re..