Closed gengsende closed 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都报错
附图留存
然后执行apt-get install ceph-volume -y
后,添加OSD成功.
从下面的代码可以看出,你应该是选错了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这个版本。
I only do this by compiling ceph [https://git.proxmox.com/git/ceph.git]???