Comment 3 for bug 1613105

Revision history for this message
Matt Riedemann (mriedem) wrote :

Run the novaclient functional tests in a local devstack and see how many volumes are leftover using 'cinder list', then trace those back to functional tests which create volumes but don't have something in place to clean them up after the test exists, like an addCleanup call to delete the volume. Some of this can be seen via just doing code inspection.