Actions
Issue #7693
closedWorker's working directory is wrong during file migration
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Sprint 83
Quarter:
Description
My file migration was failing because the worker was trying to create a PULP_MANIFEST at /
, which was the specified working directory in the systemd service file. It only worked after I changed the working directory from ~
to /var/run/pulpcore-worker-%i/
.
The worker should not be using the working directory listed in the systemd service file. Rather, it should use /var/lib/pulp/tmp/
"versions": [
{
"component": "pulpcore",
"version": "3.7.1"
},
{
"component": "pulp_2to3_migration",
"version": "0.4.1"
},
{
"component": "pulp_rpm",
"version": "3.7.0"
},
{
"component": "pulp_file",
"version": "1.3.0"
},
{
"component": "pulp_deb",
"version": "2.7.0"
},
{
"component": "pulp_container",
"version": "2.1.0"
},
{
"component": "pulp_certguard",
"version": "1.0.3"
},
{
"component": "pulp_ansible",
"version": "0.4.1"
}
],
Added by dkliban@redhat.com about 4 years ago
Added by dkliban@redhat.com about 4 years ago
Revision 7d04b772 | View on GitHub
Use publish task from pulp_file to create FilePublications.
Added by dkliban@redhat.com about 4 years ago
Revision 7d04b772 | View on GitHub
Use publish task from pulp_file to create FilePublications.
Updated by dkliban@redhat.com about 4 years ago
- Status changed from NEW to MODIFIED
Applied in changeset pulp:pulp-2to3-migration|7d04b772e4e79876ad3049915cda0fd0493fd9b7.
Updated by dkliban@redhat.com about 4 years ago
- Assignee set to dkliban@redhat.com
- Triaged changed from No to Yes
- Sprint set to Sprint 83
Updated by pulpbot about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Use publish task from pulp_file to create FilePublications.
fixes: #7693 https://pulp.plan.io/issues/7693