[pve-devel] [PATCH v3 container 5/7] migration: only migrate volumes used by the guest

Fiona Ebner f.ebner at proxmox.com
Fri Jun 2 13:42:34 CEST 2023


Am 01.06.23 um 15:53 schrieb Aaron Lauterer:
> @@ -256,42 +262,18 @@ sub phase1 {

(...)

>  
> +    # then all pending volumes
> +    if (defined $conf->{pending} && %{$conf->{pending}}) {

Same style nits I mentioned in the qemu-server patch last time ;)

> +	PVE::LXC::Config->foreach_volume($conf->{pending}, $test_mp);
> +    }
> +

Other than that, both container patches:

Reviewed-by: Fiona Ebner <f.ebner at proxmox.com>






More information about the pve-devel mailing list