From ec44cb09e73cdc811824ae39518908258b4f14d2 Mon Sep 17 00:00:00 2001 From: huy Date: Tue, 8 Feb 2022 16:36:54 +0700 Subject: [PATCH] Update cinder driver workaround --- patches/cinder-vitastor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/cinder-vitastor.py b/patches/cinder-vitastor.py index 968dafbc0..49aebd086 100644 --- a/patches/cinder-vitastor.py +++ b/patches/cinder-vitastor.py @@ -524,7 +524,7 @@ class VitastorDriver(driver.CloneableImageVD, for kv in layers: args = [ '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()) ] try: