Ironically it works for live migration, just not for offline migration. In any case, just managed to move a full cluster over a frustratingly slow WAN link, awesome feature! Took a week, but there were zero hiccups outside of having to comment out the checks that prevent migration if the VM was based on a snapshot of an image (which presumably just meant more disk usage on the target cluster, but otherwise appears to have left disks totally fine on the other side).
Thanks for the update. I am using proxmox in my homelab to get away from some non-genuine vmware keys and loving pve so far. I am also at an org the is very close to going with proxmox or xen and has 2 large data centers. The only concerns they had were native support for iscsi and the single pane of glass multi-cluster management. Which isn't really the need. The need was cross cluster migration. once that makes enterprise and can be tested, our org will likely make the jump over.the cross cluster ("remote") migration feature exists, but it is still marked as experimental.
Hello, fabian! Is it still experimental today ?the cross cluster ("remote") migration feature exists, but it is still marked as experimental.
It is still marked as experimental in the man-page of qm: https://pve.proxmox.com/pve-docs/qm.1.html (See remote-migrate).Hello, fabian! Is it still experimental today ?![]()
Cool! I'll give it a try as soon as I have some spare time!
old thread, but fyi :it's included as a preview/experimental feature, see the commandspct remote_migrate
andqm remote_mgirate
. you'll need an API token with the relevant privileges (the command will error out if your are missing them) and I would strongly suggest playing around with it in a test lab setting before letting it near a production environment - as I said, it's a preview/experimental feature and might still have bugs and rough edges.
among the things not yet supported are:
- snapshots (this requires some refactoring of our privilege checks, nothing else blocking it since we re-use the same storage migration code)
- pending changes (this requires some refactoring of our privilege checks, nothing else blocking it)
- replication (this one is a bit of a bigger feature, but definitely planned)
- non-dir based shared storages for offline/container migration (this one just lacks some implemented functions in the storage plugins and should be easiest of them all to implement)
We use essential cookies to make this site work, and optional cookies to enhance your experience.