Difference between revisions of "Main Page"

From CRIU
Jump to navigation Jump to search
(v0.2 added)
(Include releases page, not open-code)
Line 7: Line 7:
 
== Releases ==
 
== Releases ==
  
* [http://download.openvz.org/criu/crtools-0.2.tar.bz2 crtools-0.2.tar.bz2] 20 Sep 2012 (sha1 072e80f646f19353798070010de4f686624b218f)
+
{{:Releases}}
* [http://download.openvz.org/criu/crtools-0.1.tar.bz2 crtools-0.1.tar.bz2] 23 Jul 2012 (sha1 aa1a9af42f4132e00701555a00ee3884cbe0c36b)
 
 
<br clear="both">
 
<br clear="both">
 
<div style="float:left; width: 45%">
 
<div style="float:left; width: 45%">

Revision as of 09:57, 20 September 2012

Download
Tarball: criu-4.0.tar.gz
Version: 4.0 "CRIUDA"
Released: 20 Sep 2024
GIT tag: v4.0
InstallationUsage
Releases

Welcome to CRIU, a project to implement checkpoint/restore functionality for Linux in userspace.

Blue Glass Arrow.svg CRIU is a sub-project of OpenVZ Linux Containers.

Releases

Latest version

4.0.c.jpg
Tarball: criu-4.0.tar.gz
Version: 4.0 "CRIUDA"
Released: 20 Sep 2024
GIT tag: v4.0

New features

  • Shadow stack support
  • CUDA plugin: Introduced a plugin to support checkpointing and restoring NVIDIA CUDA applications.

Bugfixes

  • cgroup: Add support for restoring a thread in a correct v1 cgroup
  • mem: fix some VMAs being incorrectly mapped wtih PROT_WRITE
  • criu: fix a fatal failure if nft doesn't work
  • net: Fix TOCTOU race condition in unix_conf_op
  • pagemap-cache: handle short reads
  • Fixes here and there.

Improvements

  • Pagemap cache: Added support for PAGEMAP_SCAN ioctl
  • zdtm: Added tests for IP_TTL restore
  • irmap: hardcode some more interesting paths
  • util: use close_range when it's supported
  • Fixes and improvements in amdgpu-plugin

Old versions

3.x

The following 3.x releases were made:

2.x

The following 2.x releases were made:

1.x

The following 1.x releases were made:

0.x

The following 0.x releases were made:

See also

  • Changelogs to see all the changelogs on a single page.


Using

CR tools
Main checkpoint/restore utility description (sort of HOWTO)
Usage scenarios
Ideas how crtools can be used (some are crazy indeed)
What software is supported
Describes TODO list in higher level terms
LXC
How to dump and restore an LXC container

Developing

If you're interested in CRIU development, subscribe to the criu mailing list: https://openvz.org/mailman/listinfo/criu

Images
Description of image files format
Commits
Mainline kernel commits tracker
ZDTM Test Suite
Zero downtime test suite
TODO
Current TODO list


Under the hood

External links

More external articles...