From 54b79ff5e2b6b752e9f115720af8a0e392a8626e Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 13 Jun 2017 09:00:24 +0200 Subject: [PATCH] get_replicatable_volumes: add $vmid parameter --- PVE/AbstractConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/AbstractConfig.pm b/PVE/AbstractConfig.pm index 1e82e77..fac3749 100644 --- a/PVE/AbstractConfig.pm +++ b/PVE/AbstractConfig.pm @@ -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"; } -- 2.39.2