Ceph 10.2.0 설치 on CentOS 7 (jewel 버전)

리눅스/Ceph|2016. 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



반응형

댓글()