【问题标题】:Can't find Ceph when install on CentOS在 CentOS 上安装时找不到 Ceph
【发布时间】:2019-11-05 16:03:32
【问题描述】:

我无法在我的 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

【问题讨论】:

    标签: docker openshift ceph radosgw


    【解决方案1】:

    以下命令安装 ceph 模拟版本 13.2

     ceph-deploy install  cephmon02 cephmon03  --repo-url=http://mirrors.aliyun.com/ceph/rpm-mimic/el7/
    

    将模拟更改为另一个版本。

    【讨论】:

      【解决方案2】:

      您需要安装 ceph 存储库。首先。

      参考以下链接:

      # yum install centos-release-ceph-jewel
      
      # yum install ceph-{mon,osd,...}
      

      https://wiki.centos.org/SpecialInterestGroup/Storage

      【讨论】:

        猜你喜欢
        • 2018-05-07
        • 2016-09-23
        • 1970-01-01
        • 1970-01-01
        • 2017-12-02
        • 2021-08-14
        • 1970-01-01
        • 2013-04-17
        • 1970-01-01
        相关资源
        最近更新 更多