我无法在我的centos7系统上安装Ceph。错误消息如下:
node.example.com][DEBUG ] This system is not registered with an entitlement server. You can use subscription-manager to register.
[node.example.com][DEBUG ] Determining fastest mirrors
[node.example.com][DEBUG ] No package ceph available.
[node.example.com][DEBUG ] No package ceph-osd available.
[node.example.com][DEBUG ] No package ceph-mds available.
[node.example.com][DEBUG ] No package ceph-mon available.
[node.example.com][DEBUG ] No package ceph-radosgw available.
[node.example.com][WARNIN] Error: Nothing to do
[node.example.com][ERROR ] RuntimeError: command returned non-zero exit status: 1 [ceph_deploy][ERROR ] RuntimeError: Failed to execute command: yum -y install ceph ceph-osd ceph-mds ceph-mon ceph-radosgw发布于 2018-08-19 18:45:52
下面的命令安装ceph mimic版本13.2
ceph-deploy install cephmon02 cephmon03 --repo-url=http://mirrors.aliyun.com/ceph/rpm-mimic/el7/已将mimic更改为另一个版本。
发布于 2018-05-29 00:06:22
您需要安装ceph存储库。第一。
请参阅以下链接:
# yum install centos-release-ceph-jewel
# yum install ceph-{mon,osd,...}https://stackoverflow.com/questions/50213287
复制相似问题