]> git.proxmox.com Git - mirror_lxc.git/blame - doc/ja/lxc-freeze.sgml.in
start: call lxc_find_gateway_addresses early
[mirror_lxc.git] / doc / ja / lxc-freeze.sgml.in
CommitLineData
8900b9eb 1<!--
57da8c32
KY
2
3lxc: linux Container library
4
5(C) Copyright IBM Corp. 2007, 2008
6
7Authors:
8Daniel Lezcano <daniel.lezcano at free.fr>
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
a5ba9671 22Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
57da8c32 23
8900b9eb 24Translated into Japanese
57da8c32
KY
25by KATOH Yasufumi <karma at jazz.email.ne.jp>
26
27-->
28
faefa7f8 29<!DOCTYPE refentry PUBLIC @docdtd@ [
57da8c32
KY
30
31<!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
32<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
33]>
34
35<refentry>
36
37 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
38
39 <refmeta>
40 <refentrytitle>lxc-freeze</refentrytitle>
41 <manvolnum>1</manvolnum>
42 </refmeta>
43
44 <refnamediv>
45 <refname>lxc-freeze</refname>
46
47 <refpurpose>
48 <!--
49 freeze all the container's processes
50 -->
6127da6b 51 コンテナ内のプロセス全ての凍結
57da8c32
KY
52 </refpurpose>
53 </refnamediv>
54
55 <refsynopsisdiv>
56 <cmdsynopsis>
57 <command>lxc-freeze</command>
58 <arg choice="req">-n <replaceable>name</replaceable></arg>
59 </cmdsynopsis>
60 </refsynopsisdiv>
61
62 <refsect1>
63 <title><!-- Description -->説明</title>
64
65 <para>
66 <!--
67 <command>lxc-freeze</command> freezes all the processes running
68 inside the container. The processes will be blocked until they
69 are explicitly thawed by the <command>lxc-unfreeze</command>
70 command. This command is useful for batch managers to schedule a
71 group of processes.
72 -->
dc421f3a
KY
73 <command>lxc-freeze</command> は、コンテナ内部で実行中のプロセスを全て凍結します。
74 プロセスは <command>lxc-unfreeze</command> コマンドによって明示的に解凍されるまでブロックされます。
75 このコマンドはプロセスのグループをスケジューリングするバッチマネージャに便利なコマンドです。
57da8c32
KY
76 </para>
77
78 </refsect1>
79
80 &commonoptions;
81
82 <refsect1>
83 <title><!-- Diagnostic -->診断</title>
84
85 <variablelist>
86
87 <varlistentry>
88 <term>The container was not found</term>
89 <listitem>
90 <para>
91 <!--
92 The specified container was not created before with
93 the <command>lxc-create</command> command.
94 -->
dc421f3a 95 指定したコンテナが <command>lxc-create</command> で作成されておらず存在しません。
57da8c32
KY
96 </para>
97 </listitem>
98 </varlistentry>
99
100
101 </variablelist>
102
103 </refsect1>
104
105 &seealso;
106
107 <refsect1>
108 <title><!-- Author -->作者</title>
109 <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
110 </refsect1>
111
112</refentry>
113
114<!-- Keep this comment at the end of the file
115Local variables:
116mode: sgml
117sgml-omittag:t
118sgml-shorttag:t
119sgml-minimize-attributes:nil
120sgml-always-quote-attributes:t
121sgml-indent-step:2
122sgml-indent-data:t
123sgml-parent-document:nil
124sgml-default-dtd-file:nil
125sgml-exposed-tags:nil
126sgml-local-catalogs:nil
127sgml-local-ecat-files:nil
128End:
129-->