Project

Profile

Help

Backport #8757

closed

backport 7316 to 3.11: Files are not being deleted from storage when calling the method delete()

Added by jsherril@redhat.com almost 3 years ago. Updated almost 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:

100%

Estimated time:
Triaged:
Yes
Sprint Candidate:
No
Tags:
Katello
Sprint:
Sprint 97
Quarter:

Related issues

Related to Pulp - Issue #7316: Files are not being deleted from storage when calling the method delete()CLOSED - CURRENTRELEASEbmbouterActions
Actions #1

Updated by daviddavis almost 3 years ago

  • Related to Issue #7316: Files are not being deleted from storage when calling the method delete() added
Actions #2

Updated by fao89 almost 3 years ago

  • Assignee set to bmbouter
  • Triaged changed from No to Yes
  • Sprint set to Sprint 97
Actions #3

Updated by pulpbot almost 3 years ago

  • Status changed from NEW to POST

Added by bmbouter almost 3 years ago

Revision 6be6542f | View on GitHub

Fixes deletion of UploadChunk when Upload deletes

According to the Django docs, the on_delete=models.CASCADE option does not call Model.delete(), but it does call the Model.post_delete() signal handler.

This replaces the UploadChunk.delete() with an UploadChunk.post_delete() signal handler which correctly handles the UploadChunk.file file deletion.

backports #7316

fixes #8757

(cherry picked from commit b38df5ff05e4f1095f6c35847ce843fc5123cdfe)

Actions #5

Updated by bmbouter almost 3 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #6

Updated by bmbouter almost 3 years ago

  • Sprint/Milestone set to 3.11.2
Actions #7

Updated by bmbouter almost 3 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF