Hide Forgot
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