-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ceph docker builds are broken and ceph should be bumped #4543
Comments
@glpatcern I think you might run into the same issue in master? |
Thanks for the heads up @butonic, indeed we build against Ceph |
AFAICT reva master docker builds against v16: reva/docker/Dockerfile.revad-ceph Line 19 in 1b1fe7d
|
Ah right, the docker image needs to be updated, will do. We have another pipeline without docker, just to compile a ceph-enabled revad for EL8. Thanks! |
chrony cannot be started ... and we don't really need to update it # skip chrony as it cannot be started the container: 'System has not been booted with systemd as init system'
RUN dnf update --exclude=ceph-iscsi,chrony -y && dnf install -y \ hm It seems some repo urls are broken:
this lets me continue # replace repo url with one that allows downloading the repo metadata
# if http://download.ceph.com/rpm-reef/el8/x86_64/repodata/repomd.xml works again this can be dropped
RUN sed -i 's/download.ceph.com/de.ceph.com/' /etc/yum.repos.d/ceph.repo now selinux config is not there ...
lets fake it: RUN mkdir -p /etc/selinux/config see #4557 |
fixed with the above steps ... until a repo stops working again ... |
The ceph docker build is currently broken:
I assume because upstream released a new v16 this morning: https://quay.io/repository/ceph/ceph?tab=tags&tag=latest
We should try to bump ceph to version v18 and fix the build. The culprit seems to be:
The text was updated successfully, but these errors were encountered: