Fixed LV cleaning function. saferemove_throughput parameter added.
Signed-off-by: Pawel Boguslawski <pawel.boguslawski@ib.pl>
This commit is contained in:
committed by
Dietmar Maurer
parent
a8176f5458
commit
399ab2b605
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user