yuzheng
- Login: yuzheng
- Email: yuzheng@redhat.com
- Registered on: 05/04/2016
- Last connection: 12/15/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 11 | 11 |
Projects
Project | Roles | Registered on |
---|---|---|
Container Support | Private Access | 12/06/2019 |
Crane | Private Access | 03/27/2017 |
Debian Support | Private Access | 03/27/2017 |
Docker Support | Private Access | 03/27/2017 |
File Support | Private Access | 07/17/2017 |
Migration Plugin | Private Access | 01/14/2020 |
Nectar | Private Access | 03/27/2017 |
OSTree Support | Private Access | 03/27/2017 |
Packaging | Private Access | 03/27/2017 |
Pulp | Private Access | 03/27/2017 |
Puppet Support | Private Access | 03/27/2017 |
Python Support | Private Access | 03/27/2017 |
RPM Support | Private Access | 03/27/2017 |
Activity
12/16/2021
-
Applied in changeset commit:pulp_docker|89e5ec825382163be59a52f734454d3d39f38dbc. Issue #9594 (MODIFIED): Sync repo from registry requiring authentication failsSync from a private repo in quay.io with basic auth credentials:
~~~ text
$ curl -X POST -u admin:admin -d '{"override_config": {"feed": "https://quay.io", "upstream_name": "redhat-dev/test----repo114", "tags": ["latest"], "basic_auth_...
12/01/2021
-
Downloading blobs fails because token auth is set in request headers
while nectar adds basic auth in the request. Remove auth credentials
from downloader config so that nectar won't add basic auth.
Closes #9594. Revision 89e5ec82 (pulp_docker): Fix issue of sync repo with auth -
Downloading blobs fails because token auth is set in request headers
while nectar adds basic auth in the request. Remove auth credentials
from downloader config so that nectar won't add basic auth.
Closes #9594. Revision 89e5ec82: Fix issue of sync repo with auth -
Issue #9594 (MODIFIED): Sync repo from registry requiring authentication failsSync from a private repo in quay.io with basic auth credentials:
~~~ text
$ curl -X POST -u admin:admin -d '{"override_config": {"feed": "https://quay.io", "upstream_name": "redhat-dev/test----repo114", "tags": ["latest"], "basic_auth_...
09/14/2021
-
Applied in changeset commit:pulp|e85f2b952e0d65dd292099d4c37e1de3f24d1048. Issue #9360 (MODIFIED): Cleanup doesn't work when import_content raises exceptionA repo sync task failed with error:
Content import of /var/lib/pulp/working/reserved_resource_worker-4@pulp-docker04.web.prod.ext.phx2.redhat.com/005cfc84-9b50-42d2-8a04-28e60b16f5e5/sha256:801e265f146090ed6045b2d673922e7aef38bebecaeb... -
-
Reproducing steps:
1. Make pulp raise error PLP0037 (Content import of %(path)s failed - must be an existing file"). It could happen when there's a bad network connection. The easiest way to reproduce the issue is ... -
delete_orphan_content_units_by_type requires a list of unit ids.
Closes #9360 Revision e85f2b95 (pulp): Fix clean_orphans
09/09/2021
-
Issue #9360 (MODIFIED): Cleanup doesn't work when import_content raises exceptionA repo sync task failed with error:
Content import of /var/lib/pulp/working/reserved_resource_worker-4@pulp-docker04.web.prod.ext.phx2.redhat.com/005cfc84-9b50-42d2-8a04-28e60b16f5e5/sha256:801e265f146090ed6045b2d673922e7aef38bebecaeb...
10/13/2020
-
* Remove unnecessary criteria of force_full rsync publish
Rsync publish after units removal or failed predistributor publish
doesn't have to be force_full publish, so remove them from criteria.
RepoPublishResult doesn't have distributo... Revision c262d314 (pulp): Remove unnecessary criteria of force_full rsync publish (#3997)
Also available in: Atom