ceph-common dependencies broken
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Cloud Archive |
New
|
Undecided
|
Unassigned |
Bug Description
I have been trying to build the Kolla Docker images for a Raspberry Pi cluster, but I have issues with the creation of the Cinder Base image. It requires the `ceph-common` package[1] which has the python3-ceph-common dependency but apparently they versions don't match.
```
# apt install ceph-common -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ceph-common : Depends: python3-ceph-common (= 18.2.0-
E: Unable to correct problems, you have held broken packages.
# apt search ceph-common
Sorting... Done
Full Text Search... Done
ceph-common/
common utilities to mount and interact with a ceph storage cluster
python3-
Python 3 utility libraries for Ceph
# apt-cache policy
Package files:
100 /var/lib/
release a=now
500 http://
release o=Canonical,
origin ubuntu-
100 http://
release v=22.04,
origin ports.ubuntu.com
100 http://
release v=22.04,
origin ports.ubuntu.com
500 http://
release v=22.04,
origin ports.ubuntu.com
500 http://
release v=22.04,
origin ports.ubuntu.com
500 http://
release v=22.04,
origin ports.ubuntu.com
500 http://
release v=22.04,
origin ports.ubuntu.com
500 http://
release v=22.04,
origin ports.ubuntu.com
500 http://
release v=22.04,
origin ports.ubuntu.com
```
[1] https:/