[pve-devel] [PATCH FOLLOW-UP storage 1/3] helpers: make qemu_img* storage config independent
Fabian Grünbichler
f.gruenbichler at proxmox.com
Mon Jul 14 13:02:47 CEST 2025
> DERUMIER, Alexandre <alexandre.derumier at 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!
More information about the pve-devel
mailing list