Giter Site home page Giter Site logo

Comments (2)

gengsende avatar gengsende commented on August 24, 2024

我用的iso镜像文件安装后,修改了/etc/apt/sources.list.d/pve-enterprise.list成了以下内容

deb https://mirrors.apqa.cn/proxmox/ pvearm main
deb https://mirrors.apqa.cn/proxmox/ pvearmdev main
deb https://mirrors.apqa.cn/proxmox/ pbsarm main
deb https://mirrors.apqa.cn/proxmox/ pvearmkernel main

,然后执行了pveceph install,安装ceph成功后
在web ui界面和终端添加OSD都报错
image

附图留存
image
image

然后执行apt-get install ceph-volume -y后,添加OSD成功.

from proxmox-arm64.

jiangcuo avatar jiangcuo commented on August 24, 2024

从下面的代码可以看出,你应该是选错了ceph的版本。

# FIXME: remove condition with PVE 8.0, i.e., once we only support quincy+ new installations
        if ($cephver ne 'octopus' and $cephver ne 'pacific') {
            push @ceph_packages, 'ceph-volume';
        }

目前只有ceph 17这个版本。

from proxmox-arm64.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.