]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Continue to delete volumes that DNE in rbd backend
authorMike Perez <thingee@gmail.com>
Sat, 23 Nov 2013 18:50:15 +0000 (10:50 -0800)
committerMike Perez <thingee@gmail.com>
Sat, 23 Nov 2013 18:52:53 +0000 (10:52 -0800)
commit3de7da12d1098ef777305099e5f4a039e536bf99
tree6c5d5e09bb9d6a522fa30808c1c113ce45e43f08
parent010a5d2919dd3132eb0e8fd099bf005bc1bff55b
Continue to delete volumes that DNE in rbd backend

If a volume has already been deleted in the RBD backend, catch the
exception and let Cinder continue removing it in the database.

Closes-Bug: #1254318
Change-Id: I99b591ce78d82c6eaabff0459d9c523e85c8e65f
cinder/volume/drivers/rbd.py