ceph / ceph-cookbook

Chef cookbooks for Ceph
Apache License 2.0
100 stars 107 forks source link

Ceph pacific repo on centos7 through cephadm #232

Open BAristide opened 3 years ago

BAristide commented 3 years ago

Hi, I tried to install ceph pacific through cephadm on centos7. I got repo error. [root@cephmon01 ~]# ./cephadm install Installing packages ['cephadm']... Non-zero exit code 1 from yum install -y cephadm yum: stdout Loaded plugins: fastestmirror yum: stdout Loading mirror speeds from cached hostfile yum: stdout base: ftp.funet.fi yum: stdout extras: ftp.funet.fi yum: stdout * updates: ftp.funet.fi yum: stderr https://download.ceph.com/rpm-pacific/el7/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found

sebastian-philipp commented 3 years ago

Please don't. The CentOS 7 kernel is too old to reliably manage containers managed by cephadm.

BAristide commented 3 years ago

Ok, but regarding the repo issue what can I do ?

sebastian-philipp commented 3 years ago

you don't need cephadm installed as a package. just leave it out. but you need to install lvm2, podman and chrony

BAristide commented 3 years ago

I want to install through repo. docker, chrony, python3 already setup.

sebastian-philipp commented 3 years ago

perfect.

sherry075 commented 5 months ago

Hello, I have the same problem. Did you figure out a solution?