[pve-devel] [PATCH qemu-server v2 05/15] api: remove unusable default storage parameter in check_storage_access
Fiona Ebner
f.ebner at proxmox.com
Thu Feb 20 15:15:40 CET 2025
Am 11.02.25 um 17:08 schrieb Daniel Kral:
> @@ -1106,8 +1104,7 @@ __PACKAGE__->register_method({
> if (scalar(keys $param->%*) > 0) {
> &$resolve_cdrom_alias($param);
>
> - &$check_storage_access(
> - $rpcenv, $authuser, $storecfg, $vmid, $param, $storage, $extraction_storage);
> + &$check_storage_access($rpcenv, $authuser, $storecfg, $vmid, $param, $extraction_storage);
Also style nit: this is still (slightly) too long to fit on one line
More information about the pve-devel
mailing list