Merge "Change the froce delete volume flage to True"
This commit is contained in:
commit
308b746fe2
@ -269,7 +269,7 @@ class DPLVolume(object):
|
|||||||
url, params,
|
url, params,
|
||||||
[httplib.OK, httplib.ACCEPTED, httplib.CREATED])
|
[httplib.OK, httplib.ACCEPTED, httplib.CREATED])
|
||||||
|
|
||||||
def delete_vdev(self, volumeID, force=False):
|
def delete_vdev(self, volumeID, force=True):
|
||||||
method = 'DELETE'
|
method = 'DELETE'
|
||||||
metadata = {}
|
metadata = {}
|
||||||
params = {}
|
params = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user