]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Allow snapshot_delete for NFS/GlusterFS drivers
authorEric Harney <eharney@redhat.com>
Mon, 18 Mar 2013 16:21:40 +0000 (12:21 -0400)
committerEric Harney <eharney@redhat.com>
Mon, 18 Mar 2013 16:26:36 +0000 (12:26 -0400)
commitea10f1b8291cb07962577699abe13648a4bdca58
treea36717a98c0339d0d8ccec5289a563106bcb4538
parent4c5f27638f5e41557c4f5a4cce393c066cb65280
Allow snapshot_delete for NFS/GlusterFS drivers

RemoteFsDriver should allow snapshot_delete, since snapshot_create
for NFS and GlusterFS volumes will create a snapshot in the error
state which cannot be deleted afterward.

snapshot_delete() should allow this to be removed rather than
throwing NotImplementedError.

Fixes bug: 1156686

Change-Id: I4307878fa97fbce5bd733a83fa172509e2fba8ce
cinder/volume/drivers/nfs.py