]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add RBD test for volume not existing during delete
authorMike Perez <thingee@gmail.com>
Fri, 6 Dec 2013 19:13:09 +0000 (11:13 -0800)
committerMike Perez <thingee@gmail.com>
Fri, 6 Dec 2013 19:13:09 +0000 (11:13 -0800)
commit49f96f80dbeaa561ac98d174139a567d1f610988
tree57c4900742550fcd6c314ea0067d06c86d8cffd0
parent916bc20bdd22fc1a6d2a0493e83f0e2640eef259
Add RBD test for volume not existing during delete

For cases when the volume does not exist in the backend, but Cinder
still knows about it, we just return from the rbd driver and let Cinder
do its thing.

Change-Id: I6150756bdd48259ec8d550fa7a5dc7a9f882ca22
cinder/tests/test_rbd.py