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.k...@proxmox.com>


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

Reply via email to