Issue #4516
closedyum makecache reporting Check uncompressed DB failed
Description
Following the workflow described on the pulp_rpm docs page to sync from "http://vault.centos.org/7.4.1708/centosplus/x86_64/" and publish a repository results in yum trowing the following error when trying to build the cache ( yum makecache )
centos74: Check uncompressed DB failed
The yumrepo configuration looks like:
[centos74]
name=centos74
baseurl=http://localhost:8080/pulp/content/centos74/
gpgcheck=0
Attached are the 'object' created via the pulp api.
Files
Updated by bjanssens over 4 years ago
Retried with the lastest versions, still getting the 'centos74: Check uncompressed DB failed' error.
This was a new database and node all together.
"versions": [
{
"component": "pulpcore",
"version": "3.0.0b21"
},
{
"component": "pulpcore-plugin",
"version": "0.1.0b20"
},
{
"component": "pulp_rpm",
"version": "3.0.0b1"
}
]
Updated by ttereshc over 4 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 50
Updated by bjanssens over 4 years ago
Seems that this issue has to do with all the publications by the rpm plugin.
I did try to setup a repository with one package in it, here I am also presented with the same error.
In attachment all the steps I took to test this again. The bootstrap, pcurlp and pcurlg scripts can be found here: https://github.com/bartjanssens92/pulp3/tree/master/files/bin.
Updated by ipanova@redhat.com over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
Updated by ipanova@redhat.com over 4 years ago
- Status changed from ASSIGNED to POST
Added by ipanova@redhat.com over 4 years ago
Updated by ipanova@redhat.com over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset 74193717d3d2169d31c2874c62c767052283ff47.
Updated by bjanssens over 4 years ago
Retested with the new code, the fix works, thnx!
Updated by ttereshc almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Compress sqlite repodata files. Prepend file checksum to the filename.
closes #4516 closes #4030
https://pulp.plan.io/issues/4516 https://pulp.plan.io/issues/4030