jiangcuo / Proxmox-Arm64

Proxmox VE & PBS unofficial arm64 version
GNU Affero General Public License v3.0
387 stars 41 forks source link

A issue with pveceph installation #14

Closed gengsende closed 1 year ago

gengsende commented 1 year ago

image

I only do this by compiling ceph [https://git.proxmox.com/git/ceph.git]???

gengsende commented 1 year ago

我用的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成功.

jiangcuo commented 1 year ago

从下面的代码可以看出,你应该是选错了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这个版本。