diff --git a/PVE/Storage/LvmThinPlugin.pm b/PVE/Storage/LvmThinPlugin.pm index 9198bac..fa17f5f 100644 --- a/PVE/Storage/LvmThinPlugin.pm +++ b/PVE/Storage/LvmThinPlugin.pm @@ -160,11 +160,7 @@ sub deactivate_volume { # do nothing } -sub volume_resize { - my ($class, $scfg, $storeid, $volname, $size, $running) = @_; - - die "volume_resize is not implemented for storage type 'lvmthin'\n"; -} +# sub volume_resize {} reuse code from parent class sub volume_has_feature { my ($class, $scfg, $feature, $storeid, $volname, $snapname, $running) = @_;