Ceph 10.2.0 설치 on CentOS 7 (jewel 버전)
	
리눅스/Ceph2016. 8. 16. 17:25
		
  
반응형
    
    
    
  # yum -y update
# vi /etc/yum.repos.d/ceph.repo
(centos 7 의 jewel 버전을 설치하기 위해 baseurl 부분을 아래와 같이 정해주었습니다.)
| [ceph]name=Ceph packages for $basearch baseurl=http://download.ceph.com/rpm-jewel/el7/$basearch enabled=1 priority=2 gpgcheck=1 type=rpm-md gpgkey=https://download.ceph.com/keys/release.asc [ceph-noarch] name=Ceph noarch packages baseurl=http://download.ceph.com/rpm-jewel/el7/noarch enabled=1 priority=2 gpgcheck=1 type=rpm-md gpgkey=https://download.ceph.com/keys/release.asc [ceph-source] name=Ceph source packages baseurl=http://download.ceph.com/rpm-jewel/el7/SRPMS enabled=0 priority=2 gpgcheck=1 type=rpm-md gpgkey=https://download.ceph.com/keys/release.asc | 
# yum -y install ceph-deploy
# ceph-deploy new ceph // 로컬 서버 호스트명이 ceph 일 경우
# ceph-deploy install ceph
설치를 마쳤습니다.
ceph 셋팅은 다른 문서를 참고합니다.
우분투에서 jewel 버전 (10.2) 설치 : http://sysdocu.tistory.com/987
반응형
    
    
    
  '리눅스 > Ceph' 카테고리의 다른 글
| Ceph 이미지 실 사용 용량 확인 (0) | 2016.08.26 | 
|---|---|
| Ceph osd 서버 교체 (0) | 2016.08.18 | 
| Ceph 사용을 위해 CentOS 6.7 에서 RBD 사용하기 (0) | 2016.08.10 | 
| Ceph 백업 (rbd export and import) 스냅샷 이미지를 파일로 추출, 복원 (0) | 2016.08.09 | 
| Ceph 백업 (스냅샷 생성, 확인, 복구, 삭제) (0) | 2016.08.08 | 
댓글()
								







