Bug 837873 - repo delete is not deleting the contents on the file system
Summary: repo delete is not deleting the contents on the file system
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Pulp
Classification: Retired
Component: user-experience
Version: 2.0.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Pradeep Kilambi
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-05 16:30 UTC by Preethi Thomas
Modified: 2013-09-09 16:33 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-07-16 17:38:27 UTC
Embargoed:


Attachments (Terms of Use)

Description Preethi Thomas 2012-07-05 16:30:00 UTC
Description of problem:

After repo delete content still exist in the file system. 
Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.create and sync a repo
2.delete the repo
3.
  
Actual results:
[root@preethi-el6-pulp ~]# pulp-admin repo list
+----------------------------------------------------------------------+
                              Repositories
+----------------------------------------------------------------------+

[root@preethi-el6-pulp ~]# pulp-admin repo list
+----------------------------------------------------------------------+
                              Repositories
+----------------------------------------------------------------------+

[root@preethi-el6-pulp ~]# ls -l /var/lib/pulp/content/
total 104
drwxr-xr-x.    4 apache apache  4096 Jul  3 15:39 distribution
drwxr-xr-x. 2884 apache apache 98304 Jul  3 13:35 rpm


Expected results:


Additional info:

Comment 1 Jay Dobies 2012-07-16 17:38:27 UTC
This is the intended behavior in v2. Content is not deleted until the orphaned delete is run.


Note You need to log in before you can comment on or make changes to this bug.