[release-notes] Checkpoint/Restore (CRIU) info and usage for dev tools beat

Pete Travis immanetize at fedoraproject.org
Sun May 12 04:00:04 UTC 2013


commit a24aa96d4480c13278a1d9bac1317b26a679988a
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Sat May 11 21:24:39 2013 -0600

    Checkpoint/Restore (CRIU) info and usage for dev tools beat

 en-US/Development_Tools.xml |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/en-US/Development_Tools.xml b/en-US/Development_Tools.xml
index 7484632..3f21890 100644
--- a/en-US/Development_Tools.xml
+++ b/en-US/Development_Tools.xml
@@ -6,5 +6,32 @@
 <section>     
   <title>Development Tools</title>
   <para />
+  <section>
+    <title>Checkpoint and restore with <package>crtools</package></title>
+    <para>
+      The <literal>CRIU (Checkpoint/Restore in User-space)</literal> project offers a user-space implementation of process and process group checkpoint/restore. With the user-space tools <package>crtools</package> available in this release it is possible checkpoint processes and restore them at a later time again (e.g. after a crash) or migrate the checkpointed process or process group to another system. CRIU aims to be as transparent as possible so that no instrumentation or re-compilation of the process to be checkpointed is necessary.
+    </para>
+    <para>
+      To dump a process, use the command:
+      <screen>
+        <command>crtools dump -D <replaceable>/path/to/dump-directory</replaceable> -t <replaceable>&lt;PID&gt;</replaceable></command>
+      </screen>
+      To restore a process, use the command:
+      <screen>
+        <command>crtools restore -D <replaceable>/path/to/dump-directory</replaceable> -t <replaceable>&lt;PID&gt;</replaceable></command>
+      </screen>
+    </para>
+    <para>
+      The CRIU project can be found at <ulink url="http://criu.org" />
+    </para>
+  </section>
+
+  <section>
+    <title>New Tools</title>
+    <simplelist>
+      <member>
+	<emphasis>recode</emphasis> adds the ability to convert files between character sets and usages
+      </member>
+      
 </section>
   


More information about the docs-commits mailing list