]> git.proxmox.com Git - mirror_lxc.git/blame - doc/lxc-freeze.sgml.in
avoid two times error msg about invalid state
[mirror_lxc.git] / doc / lxc-freeze.sgml.in
CommitLineData
d823d5b9 1<!--
2
3lxc: linux Container library
4
5(C) Copyright IBM Corp. 2007, 2008
6
7Authors:
8Daniel Lezcano <dlezcano at fr.ibm.com>
9
10This library is free software; you can redistribute it and/or
11modify it under the terms of the GNU Lesser General Public
12License as published by the Free Software Foundation; either
13version 2.1 of the License, or (at your option) any later version.
14
15This library is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18Lesser General Public License for more details.
19
20You should have received a copy of the GNU Lesser General Public
21License along with this library; if not, write to the Free Software
22Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23
24-->
25
26<!DOCTYPE refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
27
28<refentry>
29
30 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
31
32 <refmeta>
33 <refentrytitle>lxc-freeze</refentrytitle>
34 <manvolnum>1</manvolnum>
35 </refmeta>
36
37 <refnamediv>
38 <refname>lxc-freeze</refname>
39
40 <refpurpose>
41 freeze all the container's processes
42 </refpurpose>
43 </refnamediv>
44
45 <refsynopsisdiv>
46 <cmdsynopsis>
47 <command>lxc-freeze <replaceable>-n name</replaceable>
48 </command>
49 </cmdsynopsis>
50 </refsynopsisdiv>
51
52 <refsect1>
53 <title>Description</title>
54
55 <para>
998dc19a 56 <command>lxc-freeze</command> freezes all the processes running
d823d5b9 57 inside the container. The processes will be blocked until they
58 are explicitly thawed by the <command>lxc-unfreeze</command>
59 command. This command is useful for batch managers to schedule a
60 group of processes.
61 </para>
62
63 </refsect1>
64
65 <refsect1>
66 <title>Options</title>
67 <variablelist>
68
69 <varlistentry>
70 <term>
71 <option>-n <replaceable>name</replaceable></option>
72 </term>
73 <listitem>
74 <para>
75 Specify the container name to be frozen.
76 </para>
77 </listitem>
78 </varlistentry>
79
80 </variablelist>
81
82 </refsect1>
83
84 <refsect1>
85 <title>Diagnostic</title>
86
87 <variablelist>
88
89 <varlistentry>
90 <term>The container was not found</term>
91 <listitem>
92 <para>
93 The specified container was not created before with
94 the <command>lxc-create</command> command.
95 </para>
96 </listitem>
97 </varlistentry>
98
99
100 </variablelist>
101
102 </refsect1>
103
104 <refsect1>
105 <title>See Also</title>
106
107 <simpara>
108 <citerefentry>
109 <refentrytitle><command>lxc-unfreeze</command></refentrytitle>
110 <manvolnum>1</manvolnum>
111 </citerefentry>,
112 </simpara>
113
114
115 </refsect1>
116
117 <refsect1>
118 <title>Author</title>
119 <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
120 </refsect1>
121
122</refentry>
123
124<!-- Keep this comment at the end of the file
125Local variables:
126mode: sgml
127sgml-omittag:t
128sgml-shorttag:t
129sgml-minimize-attributes:nil
130sgml-always-quote-attributes:t
131sgml-indent-step:2
132sgml-indent-data:t
133sgml-parent-document:nil
134sgml-default-dtd-file:nil
135sgml-exposed-tags:nil
136sgml-local-catalogs:nil
137sgml-local-ecat-files:nil
138End:
139-->