Hello,
We are currently testing deploying clusters using CentOS Storage SIG. And while almost all packages are available on last version (16.2.7), we notice that cephadm was only on 16.2.5. Is any reason for that?
Thanks,
Luis Domingues Proton AG
Hi Luis, the last version (16.2.7) is now tagged on -release for c8 [1], c8s [2] and c9s [3]. It was probably missing on [1] as I see the pkg is already present in [2]. You should probably need to wait a bit to see it in [2].
Thanks, Francesco
[1] http://mirror.centos.org/centos/8/storage/x86_64/ceph-pacific/Packages/c/ [2] http://mirror.centos.org/centos/8-stream/storage/x86_64/ceph-pacific/Package... [3] https://buildlogs.centos.org/centos/9-stream/storage/x86_64/ceph-pacific/Pac...
On Wed, Jan 12, 2022 at 4:28 PM Luis Domingues via CentOS-devel < centos-devel@centos.org> wrote:
Hello,
We are currently testing deploying clusters using CentOS Storage SIG. And while almost all packages are available on last version (16.2.7), we notice that cephadm was only on 16.2.5. Is any reason for that?
Thanks,
Luis Domingues Proton AG
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
On 13/01/2022 09:08, Francesco Pantano wrote:
Hi Luis, the last version (16.2.7) is now tagged on -release for c8 [1], c8s [2] and c9s [3]. It was probably missing on [1] as I see the pkg is already present in [2]. You should probably need to wait a bit to see it in [2].
Thanks, Francesco
[1] http://mirror.centos.org/centos/8/storage/x86_64/ceph-pacific/Packages/c/ [2] http://mirror.centos.org/centos/8-stream/storage/x86_64/ceph-pacific/Package... [3] https://buildlogs.centos.org/centos/9-stream/storage/x86_64/ceph-pacific/Pac...
Trying on c9s:
-> $ dnf install ceph Pawel and private 2.9 MB/s | 3.0 kB 00:00 Error: Problem: package ceph-mgr-2:16.2.7-1.el9s.x86_64 requires ceph-mgr-modules-core = 2:16.2.7-1.el9s, but none of the providers can be installed - package ceph-2:16.2.7-1.el9s.x86_64 requires ceph-mgr = 2:16.2.7-1.el9s, but none of the providers can be installed - package ceph-mgr-modules-core-2:16.2.7-1.el9s.noarch requires python3-pecan, but none of the providers can be installed - cannot install the best candidate for the job - nothing provides python3.9dist(logutils) >= 0.3 needed by python3-pecan-1.4.0-2.el9s.noarch - nothing provides python3.9dist(webob) >= 1.8 needed by python3-pecan-1.4.0-2.el9s.noarch - nothing provides python3.9dist(webtest) >= 1.3.1 needed by python3-pecan-1.4.0-2.el9s.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
What am I missing?
many thanks, L.
Adding @Kaleb Keithley kkeithle@redhat.com who knows more regarding Ceph builds and dependencies. But as per the original $subject, can you confirm you see the last version of cephadm?
I'm not sure about your deployment but through cephadm you should be able to deploy a containerized Ceph cluster. Is that your goal?
Thanks, Francesco
On Sun, Feb 20, 2022 at 1:03 PM lejeczek via CentOS-devel < centos-devel@centos.org> wrote:
On 13/01/2022 09:08, Francesco Pantano wrote:
Hi Luis, the last version (16.2.7) is now tagged on -release for c8 [1], c8s [2] and c9s [3]. It was probably missing on [1] as I see the pkg is already present in [2]. You should probably need to wait a bit to see it in [2].
Thanks, Francesco
[1]
http://mirror.centos.org/centos/8/storage/x86_64/ceph-pacific/Packages/c/
[2]
http://mirror.centos.org/centos/8-stream/storage/x86_64/ceph-pacific/Package...
[3]
https://buildlogs.centos.org/centos/9-stream/storage/x86_64/ceph-pacific/Pac...
Trying on c9s:
-> $ dnf install ceph Pawel and private 2.9 MB/s | 3.0 kB 00:00 Error: Problem: package ceph-mgr-2:16.2.7-1.el9s.x86_64 requires ceph-mgr-modules-core = 2:16.2.7-1.el9s, but none of the providers can be installed
- package ceph-2:16.2.7-1.el9s.x86_64 requires ceph-mgr =
2:16.2.7-1.el9s, but none of the providers can be installed
- package ceph-mgr-modules-core-2:16.2.7-1.el9s.noarch requires
python3-pecan, but none of the providers can be installed
- cannot install the best candidate for the job
- nothing provides python3.9dist(logutils) >= 0.3 needed by
python3-pecan-1.4.0-2.el9s.noarch
- nothing provides python3.9dist(webob) >= 1.8 needed by
python3-pecan-1.4.0-2.el9s.noarch
- nothing provides python3.9dist(webtest) >= 1.3.1 needed by
python3-pecan-1.4.0-2.el9s.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
What am I missing?
many thanks, L.
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
On Sun, Feb 20, 2022 at 7:03 AM lejeczek via CentOS-devel < centos-devel@centos.org> wrote:
On 13/01/2022 09:08, Francesco Pantano wrote: ... -> $ dnf install ceph Pawel and private 2.9 MB/s | 3.0 kB 00:00 Error: ...
- cannot install the best candidate for the job
- nothing provides python3.9dist(logutils) >= 0.3 needed by
python3-pecan-1.4.0-2.el9s.noarchuses
- nothing provides python3.9dist(webob) >= 1.8 needed by
python3-pecan-1.4.0-2.el9s.noarch
- nothing provides python3.9dist(webtest) >= 1.3.1 needed by
python3-pecan-1.4.0-2.el9s.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
What am I missing?
Well, As you can see, there are/were three python packages missing: python-{logutils,webob,webtest} that ceph or cephadm needs that were not tagged into the Ceph Storage SIG repos. Also python-beautifulsoup4 and python-soupsieve.
I've gone ahead and tagged all the missing packages. Try it now, it just worked for me. You will need to install from the Testing repo until the mirrors sync.