我无法在centos 7系统上安装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
最佳答案
下面的命令安装ceph mimic版本13.2
ceph-deploy install cephmon02 cephmon03 --repo-url=http://mirrors.aliyun.com/ceph/rpm-mimic/el7/
将模拟更改为另一个版本。
关于docker - 在CentOS上安装时找不到Ceph,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/50213287/