[pve-devel] [PATCH container 1/2] migration: allow rbd storages for remote migration
Daniel Kral
d.kral at proxmox.com
Wed Dec 18 15:21:25 CET 2024
On 12/18/24 11:32, Fiona Ebner wrote:
> [ ... ]
> --- a/src/PVE/LXC/Migrate.pm
> +++ b/src/PVE/LXC/Migrate.pm
> @@ -303,6 +303,7 @@ sub phase1 {
> if ($remote) {
> push @$migratable_storages, 'cifs';
> push @$migratable_storages, 'nfs';
> + push @$migratable_storages, 'rbd';
> }
>
> die "storage type '$scfg->{type}' not supported\n"
Works as expected, without this patch the remote migration fails. When
applied, containers stored on rbd storages are also allowed.
Tested-by: Daniel Kral <d.kral at proxmox.com>
More information about the pve-devel
mailing list