Fixed LV cleaning function. saferemove_throughput parameter added.

Signed-off-by: Pawel Boguslawski <pawel.boguslawski@ib.pl>
This commit is contained in:
Pawel Boguslawski
2015-03-04 08:27:12 +01:00
committed by Dietmar Maurer
parent a8176f5458
commit 399ab2b605
2 changed files with 31 additions and 8 deletions

View File

@ -595,7 +595,7 @@ sub vdisk_free {
}
}
}
my $cleanup_worker = $plugin->free_image($storeid, $scfg, $volname, $isBase);
$cleanup_worker = $plugin->free_image($storeid, $scfg, $volname, $isBase);
});
return if !$cleanup_worker;