Actions
Issue #5494
closedpulp assuming a pagesize of 10 when syncing from the ansible galaxy api
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Sprint 74
Quarter:
Description
pulp is assuming a pagesize of 10 when syncing from galaxy: https://github.com/pulp/pulp_ansible/blob/335b6742d3c3c11d9307ae55a1f67547b5309aa9/pulp_ansible/app/tasks/collections.py#L58
it should be more intelligent about it. This breaks syncing from another pulp3 server because pulp3 isn't defaulting to a pagesize of 10
Actions
Make default page size equals to 100
https://pulp.plan.io/issues/5494 closes #5494