From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: Kaonashi <kaonashi@bakemono.nl>,
Proxmox VE user list <pve-user@lists.proxmox.com>
Subject: Re: [PVE-User] container live migration (like OpenVZ)
Date: Wed, 12 Nov 2025 10:58:58 +0100 [thread overview]
Message-ID: <da8a807d-9493-4c2a-8478-f769caa49207@proxmox.com> (raw)
In-Reply-To: <19590067-d4c0-4cb2-b7a3-31eeab66d412@bakemono.nl>
Hi,
Am 07.11.25 um 19:02 schrieb Kaonashi:
> OpenVZ, the successor of lxc, had container live migration.
Which only worked for limited setups and use cases.
> CloudLinux with an OpenVZ kernel, still has it I believe.
OpenVZ is EOL since a long time, and it's approach heavily modified
the upstream kernel and made following upstream hard.
We most certainly do not want to add that big known tech debt again
after being able to provide a modern CT stack using native Linux
technology. I could not find anything to CloudLinux and CT
live-migration, albeit the might use Virtuozo kernel (successor
of openVZ), but nowadays that also uses LXC IIRC.
> When will live migration on ProxMox for lxc containers re-appear?
Not anytime soon, and it's not unlikely that this will never come for
LXC. Use VMs when you need live-migration anytime soon.
Background:
Containers are to intertwined with the kernel, and while CRIU tries to
provide a solution for serializing a set of processes (like those of
the CT) to a file and be able to load it again, it's quite limited and
that's not to say the CRIU devs don't try, it's an extremely hard
problem. And that gets even harder due to the kernel continuously
changing, gaining new features and changing how the internal state
looks like for existing ones; i.e., even if one would have answers for
every CRIU problem, it still would need a ton of maintenance work to tag
along.
Virtual machines OTOH have a clear state and memory boundary designed
with these requirement in mind, thus it's relatively (!) easy to do
there
regards,
Thomas
_______________________________________________
pve-user mailing list
pve-user@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
next parent reply other threads:[~2025-11-12 9:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <19590067-d4c0-4cb2-b7a3-31eeab66d412@bakemono.nl>
2025-11-12 9:58 ` Thomas Lamprecht [this message]
2025-11-07 18:02 Kaonashi via pve-user
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=da8a807d-9493-4c2a-8478-f769caa49207@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=kaonashi@bakemono.nl \
--cc=pve-user@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.