]> git.proxmox.com Git - mirror_lxc.git/blob - doc/ja/lxc.system.conf.sgml.in
af_unix: add lxc_abstract_unix_send_fds_iov
[mirror_lxc.git] / doc / ja / lxc.system.conf.sgml.in
1 <!--
2
3 lxc: linux Container library
4
5 (C) Copyright Canonical Ltd. 2014
6
7 Authors:
8 Stéphane Graber <stgraber@ubuntu.com>
9
10 This library is free software; you can redistribute it and/or
11 modify it under the terms of the GNU Lesser General Public
12 License as published by the Free Software Foundation; either
13 version 2.1 of the License, or (at your option) any later version.
14
15 This library is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public
21 License along with this library; if not, write to the Free Software
22 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
24 Translated into Japanese
25 by KATOH Yasufumi <karma at jazz.email.ne.jp>
26
27 -->
28
29 <!DOCTYPE refentry PUBLIC @docdtd@ [
30
31 <!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
32 ]>
33
34 <refentry>
35
36 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
37
38 <refmeta>
39 <refentrytitle>lxc.system.conf</refentrytitle>
40 <manvolnum>5</manvolnum>
41 </refmeta>
42
43 <refnamediv>
44 <refname>lxc.system.conf</refname>
45
46 <refpurpose>
47 <!--
48 LXC system configuration file
49 -->
50 LXC のシステム設定ファイル
51 </refpurpose>
52 </refnamediv>
53
54 <refsect1>
55 <title><!-- Description -->説明</title>
56
57 <para>
58 <!--
59 The system configuration is located at
60 <filename>@LXC_GLOBAL_CONF@</filename> or
61 <filename>~/.config/lxc/lxc.conf</filename> for unprivileged
62 containers.
63 -->
64 システム設定ファイルは <filename>@LXC_GLOBAL_CONF@</filename> を使用します。
65 非特権コンテナの場合には <filename>~/.config/lxc/lxc.conf</filename> を使用します。
66 </para>
67
68 <para>
69 <!--
70 This configuration file is used to set values such as default
71 lookup paths and storage backend settings for LXC.
72 -->
73 この設定ファイルは LXC のデフォルトパスやストレージバックエンドの設定のような値を設定する時に使用します。
74 </para>
75
76 <refsect2>
77 <title><!-- Configuration paths -->パスの設定</title>
78
79 <variablelist>
80 <varlistentry>
81 <term>
82 <option>lxc.lxcpath</option>
83 </term>
84 <listitem>
85 <para>
86 <!--
87 The location in which all containers are stored.
88 -->
89 全てのコンテナが保存される場所。
90 </para>
91 </listitem>
92 </varlistentry>
93 <varlistentry>
94 <term>
95 <option>lxc.default_config</option>
96 </term>
97 <listitem>
98 <para>
99 <!--
100 The path to the default container configuration.
101 -->
102 コンテナのデフォルト設定ファイルのパス。
103 </para>
104 </listitem>
105 </varlistentry>
106 </variablelist>
107 </refsect2>
108
109 <refsect2>
110 <title>Control Groups</title>
111
112 <variablelist>
113 <varlistentry>
114 <term>
115 <option>lxc.cgroup.use</option>
116 </term>
117 <listitem>
118 <para>
119 <!--
120 Comma separated list of cgroup controllers to setup.
121 If none is specified, all available controllers will be used.
122 -->
123 使用する cgroup コントローラのコンマ区切りのリスト。
124 何も指定されていない場合、全ての利用可能なコントローラが使われます。
125 </para>
126 </listitem>
127 </varlistentry>
128 <varlistentry>
129 <term>
130 <option>lxc.cgroup.pattern</option>
131 </term>
132 <listitem>
133 <para>
134 <!--
135 Format string used to generate the cgroup path (e.g. lxc/%n).
136 -->
137 コンテナ用の cgroup を生成する際に使うフォーマット文字列 (例. lxc/%n)。
138 </para>
139 </listitem>
140 </varlistentry>
141 </variablelist>
142 </refsect2>
143
144 <refsect2>
145 <title>LVM</title>
146
147 <variablelist>
148 <varlistentry>
149 <term>
150 <option>lxc.bdev.lvm.vg</option>
151 </term>
152 <listitem>
153 <para>
154 <!--
155 Default LVM volume group name.
156 -->
157 デフォルトの LVM の volume group 名。
158 </para>
159 </listitem>
160 </varlistentry>
161 <varlistentry>
162 <term>
163 <option>lxc.bdev.lvm.thin_pool</option>
164 </term>
165 <listitem>
166 <para>
167 <!--
168 Default LVM thin pool name.
169 -->
170 デフォルトの LVM の thin pool 名。
171 </para>
172 </listitem>
173 </varlistentry>
174 </variablelist>
175 </refsect2>
176
177 <refsect2>
178 <title>ZFS</title>
179
180 <variablelist>
181 <varlistentry>
182 <term>
183 <option>lxc.bdev.zfs.root</option>
184 </term>
185 <listitem>
186 <para>
187 <!--
188 Default ZFS root name.
189 -->
190 デフォルトの ZFS root 名。
191 </para>
192 </listitem>
193 </varlistentry>
194 </variablelist>
195 </refsect2>
196 </refsect1>
197
198 <refsect1>
199 <simpara>
200 <citerefentry>
201 <refentrytitle><command>lxc</command></refentrytitle>
202 <manvolnum>1</manvolnum>
203 </citerefentry>,
204 <citerefentry>
205 <refentrytitle><command>lxc.container.conf</command></refentrytitle>
206 <manvolnum>5</manvolnum>
207 </citerefentry>,
208 <citerefentry>
209 <refentrytitle><command>lxc.system.conf</command></refentrytitle>
210 <manvolnum>5</manvolnum>
211 </citerefentry>,
212 <citerefentry>
213 <refentrytitle><command>lxc-usernet</command></refentrytitle>
214 <manvolnum>5</manvolnum>
215 </citerefentry>
216 </simpara>
217 </refsect1>
218
219 &seealso;
220
221 <refsect1>
222 <title><!-- Author -->作者</title>
223 <para>Stéphane Graber <email>stgraber@ubuntu.com</email></para>
224 </refsect1>
225 </refentry>
226
227 <!-- Keep this comment at the end of the file
228 Local variables:
229 mode: sgml
230 sgml-omittag:t
231 sgml-shorttag:t
232 sgml-minimize-attributes:nil
233 sgml-always-quote-attributes:t
234 sgml-indent-step:2
235 sgml-indent-data:t
236 sgml-parent-document:nil
237 sgml-default-dtd-file:nil
238 sgml-exposed-tags:nil
239 sgml-local-catalogs:nil
240 sgml-local-ecat-files:nil
241 End:
242 -->