Skip to content
anjianghua edited this page Sep 18, 2019 · 5 revisions

Welcome to the ceph wiki!

1.5.2 配置ceph源

1.5.2.1 配置ceph非本地源

在每个节点执行:vim /etc/yum.repos.d/ceph.repo,并将以下内容放入ceph.repo

[ceph]
name=ceph
baseurl=http://mirrors.aliyun.com/ceph/rpm-luminous/el7/x86_64/
enabled=1
gpgcheck=0
[ceph-noarch]
name=cephnoarch
baseurl=http://mirrors.aliyun.com/ceph/rpm-luminous/el7/noarch/
gpgcheck=0
enabled=1
Clone this wiki locally