get_replicatable_volumes: add $vmid parameter

This commit is contained in:
Dietmar Maurer 2017-06-13 09:00:24 +02:00
parent 14f17b497a
commit 54b79ff5e2

View File

@ -199,7 +199,7 @@ sub has_feature {
# $cleanup: for cleanup - simply ignores volumes without replicate feature
# $norerr: never raise exceptions - return undef instead
sub get_replicatable_volumes {
my ($class, $storecfg, $conf, $cleanup, $noerr) = @_;
my ($class, $storecfg, $vmid, $conf, $cleanup, $noerr) = @_;
die "implement me - abstract method\n";
}