-
Notifications
You must be signed in to change notification settings - Fork 559
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
build: reinstall the ceph-release package (backport #5137) #5142
Conversation
With the new Ceph container-build process, the .repo files for DNF are removed. This means that the build containers can not install required dependencies anymore, like librados-devel and librbd-devel. By reinstalling the ceph-release package from the Ceph distribution server, the .repo files are restored and the required Ceph packages can be installed again. Signed-off-by: Niels de Vos <[email protected]> (cherry picked from commit 21165df)
The resize test for NFS seems to fail with the following error: expected size 1Gi found 35G This might be because there is a new Ceph release, this needs furtner investigation. Signed-off-by: Niels de Vos <[email protected]> (cherry picked from commit 4d1548c)
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/k8s-e2e-external-storage/1.29 |
/test ci/centos/k8s-e2e-external-storage/1.30 |
/test ci/centos/mini-e2e-helm/k8s-1.29 |
/test ci/centos/mini-e2e-helm/k8s-1.30 |
/test ci/centos/mini-e2e/k8s-1.29 |
/test ci/centos/mini-e2e/k8s-1.30 |
/test ci/centos/k8s-e2e-external-storage/1.31 |
/test ci/centos/mini-e2e-helm/k8s-1.31 |
/test ci/centos/mini-e2e/k8s-1.31 |
/retest ci/centos/mini-e2e/k8s-1.30 |
1 similar comment
/retest ci/centos/mini-e2e/k8s-1.30 |
|
With the new Ceph container-build process, the .repo files for DNF are
removed. This means that the build containers can not install required
dependencies anymore, like librados-devel and librbd-devel.
By reinstalling the ceph-release package from the Ceph distribution
server, the .repo files are restored and the required Ceph packages can
be installed again.
Disabled NFS e2e test reported in #5141.
This is an automatic backport of pull request #5137 done by Mergify.