Update cinder driver workaround

pull/8/head
huy 2022-02-08 16:36:54 +07:00
parent 25fccefe6d
commit ec44cb09e7
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ class VitastorDriver(driver.CloneableImageVD,
for kv in layers: for kv in layers:
args = [ args = [
'vitastor-cli', 'rm-data', '--pool', str(kv['value']['pool_id']), 'vitastor-cli', 'rm-data', '--pool', str(kv['value']['pool_id']),
'--inode', str(kv['value']['id']), '--progress', '0', '--inode', str(kv['value']['id']), '--iodepth', '4', '--progress', '0',
*(self._vitastor_args()) *(self._vitastor_args())
] ]
try: try: