Actions
Issue #7246
closedStory #6134: [EPIC] Pulp import/export
Failed pulp exports leave behind an export file
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
When an export fails, it still leaves it's tarball on the filesystem. I think we should maybe clean up this file when there's a failure.
Steps to reproduce¶
- Add a
raise
to a ModelResource or really anywhere late in the export code - Export and observe that the task failed and an export gets created on the filesystem
Updated by ggainey about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ggainey
Updated by pulpbot about 4 years ago
- Status changed from ASSIGNED to POST
Added by ggainey about 4 years ago
Updated by ggainey about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|986c3ca2dbaf9135947a94bebd155bac7d997eba.
Updated by pulpbot about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Exceptions during export-process will result in incomplete export being removed as cleanup.
fixes #7246