Deleting the container does delete the object but the segments container is not deleted.

Bug #1699992 reported by Saurabh jangir
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-swiftclient
New
Undecided
Unassigned

Bug Description

Deleting the container does delete the object but the segments container is not deleted. Ideally, segment container should be deleted at the time of deleting the original container.

As:
[root@localhost ~(keystone_admin)]# swift list
abc
mycon
mycon_segments
[root@localhost ~(keystone_admin)]# swift delete mycon
mevalet-controller-RHEL7-12.0.0-0.x86_64.rpm
mycon
[root@localhost ~(keystone_admin)]# swift list
abc
mycon_segments
[root@localhost ~(keystone_admin)]# swift list mycon_segments

To delete the container logic to delete segement container must be added to the code.

Tim Burke (1-tim-z)
affects: swift → python-swiftclient
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.