[pve-devel] [PATCH container v3 12/13] migration: allow rbd storages for remote migration
Fiona Ebner
f.ebner at proxmox.com
Thu Dec 19 11:43:15 CET 2024
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
src/PVE/LXC/Migrate.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PVE/LXC/Migrate.pm b/src/PVE/LXC/Migrate.pm
index 0debb9e..e1e6cab 100644
--- 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"
--
2.39.5
More information about the pve-devel
mailing list