cduryee
- Login: cduryee
- Email: cduryee@redhat.com
- Registered on: 10/27/2014
- Last connection: 12/17/2018
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 45 | 45 |
Reported issues | 1 | 68 | 69 |
Projects
Project | Roles | Registered on |
---|---|---|
Docker Support | Developer | 12/17/2014 |
Pulp | Developer | 12/16/2014 |
Puppet Support | Developer | 12/17/2014 |
Python Support | Developer | 12/17/2014 |
RPM Support | Developer | 12/17/2014 |
Activity
12/21/2018
-
Applied in changeset commit:b30b5e2914c5d40f760fac2e77e2d40407902aaf.
Issue #4267 (MODIFIED): force_full is not honored for distribution unitsIf you attempt to sync a repo like a KS repo with distribution units, the "force_full" option is not honored. This can cause issues if you have units that are not downloaded to disk, and you want to force a sync.
For example:
~~~
...
12/14/2018
-
-
-
For example:
~~~
...
11/12/2018
-
I was able to repro this on 2.17.1 and 2.19 nightly. I created a tar with "skopeo copy --format v2s1 docker://busybox dir:/tmp/busybox; cd /tmp/busybox; tar cf busybox.tar \*", then tried to upload the tar and it failed with the same mes... Issue #4095: Can't import containers created with BuildahHi!
I tried the tool Buildah (https://www.projectatomic.io/blog/2017/06/introducing-buildah/) to build containers without having docker binary. Containers are built (not sure if they work), but I can't upload them to the pulp repo:
...
11/10/2017
-
Issue #3129 (CLOSED - CURRENTRELEASE): occasional httpd segfault### NOTE: this fix requires an updated version of gofer. There isn't an associated Pulp commit.
Occasionally, the httpd instance that the Pulp wsgi app runs on will segfault. This causes httpd to do a graceful, but the restart can hav...
07/31/2017
-
It could be similar to https://pulp.plan.io/issues/2861. I would not be surprised if fixing that fixes this as well.
Issue #2734: task group never quite finishes if pulp is restarted in the middle of task runNOTE: this bug was found in a product that uses pulp 2.8. I have not yet reproduced w/ plain pulp.
If you cancel a task in a task group, it appears that the task group is not updated.
For example:
- create a task group with ma...
07/13/2017
-
that sounds good to me as well. It's already done in the task anyway so there's no harm in not threading.
Issue #2903: Process Recycling feature causes HTTP event notifier to be unreliableFor some non-negligible probability, the HTTP event notifier will fail to send its notification when process recycling is enabled.
To reproduce:
1\. Enable [Process Recycling](http://docs.pulpproject.org/user-guide/tuning.html#proc...
07/06/2017
-
reopening, I finally was able to repro. Sorry for the delay.
- POST to https://localhost/pulp/api/v2/repositories/actions/content/regenerate_applicability/ for a big repo with lots of bound consumers.
- you'll get a task group ID ba... Issue #2734 (NEW): task group never quite finishes if pulp is restarted in the middle of task runNOTE: this bug was found in a product that uses pulp 2.8. I have not yet reproduced w/ plain pulp.
If you cancel a task in a task group, it appears that the task group is not updated.
For example:
- create a task group with ma...
06/06/2017
-
It looks like there is an error in the Criteria obj created, it looks for 'consumer_id' instead of just 'id'. for example:
~~~
{'sort': None, 'skip': None, 'limit': None, 'filters': {'consumer_id': {'$eq': u'e1d8a941-c991-4235-9e99-f666... Issue #2797: Single consumer aplicability generation does not work unless profile already has applicability generatedRecently the pulp team advised the katello team to start using the single consumer applicability generation api here:
POST /pulp/api/v2/consumers/UUID/actions/content/regenerate_applicability/
however this does not seem to work unl...
Also available in: Atom