Ceph在阿里云镜像源地址
https://mirrors.aliyun.com/ceph/
有时候从ceph默认下载时下载较慢,能够替换成阿里云镜像源
yum源
初始化筹备
建设ceph.repo文件将扭转镜像源并且不会主动切回默认镜像地址
须要在所有节点上配置好阿里云的镜像源
具体位置在/etc/yum.repos.d/下新建一个ceph.repo
[Ceph]
name=Ceph packages for $basearch
baseurl=https://mirrors.aliyun.com/ce...$basearch
enabled=1
gpgcheck=1
type=rpm-md
gpgkey=https://mirrors.aliyun.com/ce...
[Ceph-noarch]
name=Ceph noarch packages
baseurl=https://mirrors.aliyun.com/ce...
enabled=1
gpgcheck=1
type=rpm-md
gpgkey=https://mirrors.aliyun.com/ce...
[ceph-source]
name=Ceph source packages
baseurl=http://mirrors.aliyun.com/cep...
enabled=1
gpgcheck=1
type=rpm-md
gpgkey=https://mirrors.aliyun.com/ce...