Bug 1041493

Summary: [RFE][cinder]: Cleanup work with DB in cinder
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/cinder/+spec/db-cleanup
Whiteboard: upstream_milestone_ongoing upstream_status_started upstream_definition_obsolete
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 16:58:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 16:38:40 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/db-cleanup.

Description:

This is the base BP for others BP, that should collect all other BPs around DB.

In Nova we have done a tons work in grizzly around improving DB handling:

1) provide unique constraints 
2) shadow tables, to remove deleted rows from table
3) migration tests on all backends with real data
4) improved session handling
5) fully cover by tests cinder

So we should implement all this things in cinder also. 


Specification URL (additional information):

None