Problem:
The API /pulp/api/v3/rpm/copy/ process that took max 15 minutes now runs +1.2 - 4h 25m 25s and increasing every day. Small repo is 1.2 hr and the big one +4 hr.
The suspicion is it started with pulp-minimal:3.68.
But is now running pulp-minimal:3.69.
REPOSITORY TAG IMAGE ID
pulp/pulp-minimal 3.69 6468ff4fbc35
Was away the whole of December and installed it last week.(3.69)
No real data are being copied, as you know.
- name: Add Backend repos to MR repo
uri:
url: "{{ PULP_SVR }}/pulp/api/v3/rpm/copy/"
method: POST
body_format: json
validate_certs: no
user: admin
password: "{{ PASSWD }}"
force_basic_auth: yes
body:
config:
- source_repo_version: "{{ item }}"
dest_repo: "{{ NEW_DST }}"
dependency_solving: false
status_code: 202
loop: "{{ SRC_REPO }}"
loop_control:
index_var: a_idx
register: add_result
Expected outcome:
Copy process to complete quickly again.
Thank you for the help.
Pulpcore version:
"versions": {
"deb": "3.4.0",
"rpm": "3.27.2",
"core": "3.69.0",
"file": "3.69.0",
"maven": "0.8.1",
"ostree": "2.4.4",
"python": "3.12.5",
"ansible": "0.23.1",
"certguard": "3.69.0",
"container": "2.22.0"
}
Pulp plugins installed and their versions:
Operating system - distribution and version:
SLES15 SP5
Other relevant data: