I am trying to install a fresh Ceph cluster on CentOS 8. Using the latest Ceph repo for el8, it still is not possible because of certain dependencies: libleveldb.so.1 needed by ceph-osd. Even after manually downloading and installing the leveldb-1.20-1.el8.x86_64.rpm package, there are still dependencies: Problem: package ceph-mgr-2:15.2.1-0.el8.x86_64 requires ceph-mgr-modules-core = 2:15.2.1-0.el8, but none of the providers can be installed - conflicting requests - nothing provides python3-cherrypy needed by ceph-mgr-modules-core-2:15.2.1-0.el8.noarch - nothing provides python3-pecan needed by ceph-mgr-modules-core-2:15.2.1-0.el8.noarch Is there a way to perform a fresh Ceph install on CentOS 8? Thanking in advance for your answer.
Leveldb is currently in epel-testing and should be moved to epel next week. You can get the rest of the dependencies from https://copr.fedorainfracloud.org/coprs/ktdreyer/ceph-el8/ It works fine. Hopefully, everything will make it into epel eventually but for now this is good enough for me. On 4/10/2020 4:06 AM, gert.wieberdink@ziggo.nl wrote:
I am trying to install a fresh Ceph cluster on CentOS 8. Using the latest Ceph repo for el8, it still is not possible because of certain dependencies: libleveldb.so.1 needed by ceph-osd. Even after manually downloading and installing the leveldb-1.20-1.el8.x86_64.rpm package, there are still dependencies: Problem: package ceph-mgr-2:15.2.1-0.el8.x86_64 requires ceph-mgr-modules-core = 2:15.2.1-0.el8, but none of the providers can be installed - conflicting requests - nothing provides python3-cherrypy needed by ceph-mgr-modules-core-2:15.2.1-0.el8.noarch - nothing provides python3-pecan needed by ceph-mgr-modules-core-2:15.2.1-0.el8.noarch
Is there a way to perform a fresh Ceph install on CentOS 8? Thanking in advance for your answer. _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
Hi Jeff,Thank you for your quick and clear answer.I was not aware of the ceph-el8 repo. This is great!. Installing Ceph on CentOS8 now succeeds without any missing dependencies. rgds,-gw On Fri, 2020-04-10 at 13:45 -0400, Jeff Bailey wrote:
Leveldb is currently in epel-testing and should be moved to epel next week. You can get the rest of the dependencies from https://copr.fedorainfracloud.org/coprs/ktdreyer/ceph-el8/ It works fine. Hopefully, everything will make it into epel eventually but for now this is good enough for me. On 4/10/2020 4:06 AM, gert.wieberdink@ziggo.nl wrote:
I am trying to install a fresh Ceph cluster on CentOS 8.Using the latest Ceph repo for el8, it still is not possible because of certain dependencies:libleveldb.so.1 needed by ceph-osd.Even after manually downloading and installing the leveldb-1.20- 1.el8.x86_64.rpm package, there are still dependencies:Problem: package ceph-mgr-2:15.2.1-0.el8.x86_64 requires ceph-mgr-modules- core = 2:15.2.1-0.el8, but none of the providers can be installed - conflicting requests - nothing provides python3- cherrypy needed by ceph-mgr-modules-core-2:15.2.1-0.el8.noarch - nothing provides python3-pecan needed by ceph-mgr-modules-core- 2:15.2.1-0.el8.noarch Is there a way to perform a fresh Ceph install on CentOS 8?Thanking in advance for your answer._______________________________________________ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
_______________________________________________ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
participants (3)
-
Gert Wieberdink
-
gert.wieberdink@ziggo.nl
-
Jeff Bailey