]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add ability to disable secure volume delete.
authorjohn-griffith <john.griffith@solidfire.com>
Tue, 6 Nov 2012 06:26:07 +0000 (23:26 -0700)
committerJames E. Blair <jeblair@hp.com>
Tue, 6 Nov 2012 15:52:08 +0000 (16:52 +0100)
commit84c9dd1ea899796793e9c9c79b0366b71e4a285a
treeb22c78b81136922f9832f5dac3e66dcd78d4099b
parent07d4f002d056e90c520d49fe94d21183be5defe5
Add ability to disable secure volume delete.

Due to gating issues caused by secure delete on LVM volumes,
add the ability to disable via flag.secure_delete.

Default will be set to True, but we add a way for the gate tests
to disable this until we can come up with a fix for
https://bugs.launchpad.net/cinder/+bug/1023755 OR implement an alternative
secure delete method that doesn' suck.

Change-Id: I2a06e4f0021ba1f5d5aad7d0a5997a992e268858
cinder/flags.py
cinder/volume/driver.py