> DERUMIER, Alexandre <alexandre.derum...@groupe-cyllene.com> hat am 14.07.2025 
> 08:34 CEST geschrieben:
> 
>  
> >> sub qemu_img_resize {
> >>-    my ($scfg, $path, $format, $size, $timeout) = @_;
> >>+    my ($scfg, $path, $format, $size, $preallocation, $timeout) =
> @_;
> 
> you have forgot to remove the $scfg param, so 
> it's breaking resize for both plugin && lvmplugin
> 
> 
> Plugin.pm:    PVE::Storage::Common::qemu_img_resize($path, $format,
> $size, $preallocation, 10);
> 
> LVMPlugin.pm:        PVE::Storage::Common::qemu_img_resize($path,
> $format, $size, $preallocation, 10);

thanks - yes, this needs to be fixed up!


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to