Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
53a92bbc
Commit
53a92bbc
authored
Jul 20, 2016
by
KATOH Yasufumi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Update Japanese lxc-copy(1) to include tmpfs option
Update for commit
a361e562
Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
parent
e4203378
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
12 deletions
+49
-12
lxc-copy.sgml.in
doc/ja/lxc-copy.sgml.in
+49
-12
No files found.
doc/ja/lxc-copy.sgml.in
View file @
53a92bbc
...
@@ -61,7 +61,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -61,7 +61,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
<arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
<arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
<arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
<arg choice="opt">-s, --snapshot</arg>
<arg choice="opt">-s, --snapshot</arg>
<arg choice="opt">-K, --keepdata</arg>
<arg choice="opt">-K, --keepname</arg>
<arg choice="opt">-D, --keepdata</arg>
<arg choice="opt">-M, --keepmac</arg>
<arg choice="opt">-M, --keepmac</arg>
<arg choice="opt">-L, --fssize <replaceable>size [unit]</replaceable></arg>
<arg choice="opt">-L, --fssize <replaceable>size [unit]</replaceable></arg>
<arg choice="opt">-- hook arguments</arg>
<arg choice="opt">-- hook arguments</arg>
...
@@ -75,7 +76,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -75,7 +76,8 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<arg choice="req">-e, --ephemeral</arg>
<arg choice="req">-e, --ephemeral</arg>
<arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
<arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
<arg choice="opt">-s, --snapshot</arg>
<arg choice="opt">-s, --snapshot</arg>
<arg choice="opt">-K, --keepdata</arg>
<arg choice="opt">-K, --keepname</arg>
<arg choice="opt">-D, --keepdata</arg>
<arg choice="opt">-M, --keepmac</arg>
<arg choice="opt">-M, --keepmac</arg>
<arg choice="opt">-L, --fssize <replaceable>size [unit]</replaceable></arg>
<arg choice="opt">-L, --fssize <replaceable>size [unit]</replaceable></arg>
<arg choice="opt">-- hook arguments</arg>
<arg choice="opt">-- hook arguments</arg>
...
@@ -84,6 +86,20 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -84,6 +86,20 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<command>lxc-copy</command>
<command>lxc-copy</command>
<arg choice="req">-n, --name <replaceable>name</replaceable></arg>
<arg choice="req">-n, --name <replaceable>name</replaceable></arg>
<arg choice="opt">-P, --lxcpath <replaceable>path</replaceable></arg>
<arg choice="opt">-P, --lxcpath <replaceable>path</replaceable></arg>
<arg choice="opt">-N, --newname <replaceable>newname</replaceable></arg>
<arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
<arg choice="req">-e, --ephemeral</arg>
<arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
<arg choice="opt">-s, --snapshot</arg>
<arg choice="opt">-t, --tmpfs</arg>
<arg choice="opt">-K, --keepname</arg>
<arg choice="opt">-M, --keepmac</arg>
<arg choice="opt">-- hook arguments</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>lxc-copy</command>
<arg choice="req">-n, --name <replaceable>name</replaceable></arg>
<arg choice="opt">-P, --lxcpath <replaceable>path</replaceable></arg>
<arg choice="req">-N, --newname <replaceable>newname</replaceable></arg>
<arg choice="req">-N, --newname <replaceable>newname</replaceable></arg>
<arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
<arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
<arg choice="req">-R, --rename</arg>
<arg choice="req">-R, --rename</arg>
...
@@ -136,9 +152,14 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -136,9 +152,14 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<replaceable>-e</replaceable> is used in combination with
<replaceable>-e</replaceable> is used in combination with
<replaceable>-D</replaceable> a non-ephemeral snapshot of the original
<replaceable>-D</replaceable> a non-ephemeral snapshot of the original
container is created and started.
container is created and started.
Ephemeral containers can also be placed on a tmpfs with <replaceable>-t</replaceable>
flag. NOTE: If an ephemeral container that is placed on a tmpfs is rebooted
all changes made to it will currently be lost!
-->
-->
<replaceable>-e</replaceable> オプションを指定した場合は、元のコンテナの一時的なスナップショットを作成し、起動します。一時的なコンテナの場合、設定ファイルに <command>lxc.ephemeral = 1</command> がセットされ、シャットダウン後に削除されます。
<replaceable>-e</replaceable> オプションを指定した場合は、元のコンテナの一時的なスナップショットを作成し、起動します。一時的なコンテナの場合、設定ファイルに <command>lxc.ephemeral = 1</command> がセットされ、シャットダウン後に削除されます。
<replaceable>-e</replaceable> と <replaceable>-D</replaceable> を同時に指定すると、元のコンテナの一時的ではないスナップショットを作成し、起動します。
<replaceable>-e</replaceable> と <replaceable>-D</replaceable> を同時に指定すると、元のコンテナの一時的ではないスナップショットを作成し、起動します。
<replaceable>-t</replaceable> オプションを指定して、一時的なコンテナを tmpfs 上に置くことができます。
注意: tmpfs 上に置いた一時的なコンテナをリブートすると、コンテナに対して行ったすべての変更は失われます!
</para>
</para>
<para>
<para>
...
@@ -266,6 +287,22 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -266,6 +287,22 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term> <option>-t, --tmpfs </option></term>
<listitem>
<para><!-- When this option is specified the ephemeral container will be
placed on a tmpfs. NOTE: Rebooting an ephemeral container that is
located on a tmpfs will currently cause all changes made to it to be
lost. This flag will only work for ephemeral containers created with
the <replaceable>-e</replaceable> flag. The original container, from
which the ephemeral snapshot is created, must be stored as a simple
directory. -->
このオプションを指定すると、一時的なコンテナを tmpfs 上に置きます。
注意: tmpfs 上に置かれた一時的なコンテナをリブートすると、コンテナに対して行ったすべての変更が失われます。
このフラグは <replaceable>-e</replaceable> オプションを指定して作成した一時的なコンテナに対してのみ有効です。一時的なスナップショットを作成する元のコンテナは、ディレクトリバックエンド上に存在しなければなりません。
</para> </listitem>
</varlistentry>
<varlistentry>
<term> <option>-B, --backingstorage <replaceable>backingstorage</replaceable></option></term>
<term> <option>-B, --backingstorage <replaceable>backingstorage</replaceable></option></term>
<listitem>
<listitem>
<para><!-- Specify the backing storage type to be used for the copy
<para><!-- Specify the backing storage type to be used for the copy
...
@@ -284,6 +321,16 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -284,6 +321,16 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term> <option>-K, --keepname </option></term>
<listitem>
<para><!-- When this option is specified the hostname of the original
container will be kept for the copy. -->
このオプションを指定すると、元のコンテナのホスト名をコピー先でもそのまま使います。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term> <option>-D, --keepdata </option></term>
<term> <option>-D, --keepdata </option></term>
<listitem>
<listitem>
<para><!-- When this option is specified with
<para><!-- When this option is specified with
...
@@ -295,16 +342,6 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -295,16 +342,6 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term> <option>-K, --keepname </option></term>
<listitem>
<para><!-- When this option is specified the hostname of the original
container will be kept for the copy. -->
このオプションを指定すると、元のコンテナのホスト名をコピー先でもそのまま使います。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term> <option>-M, --keepmac </option></term>
<term> <option>-M, --keepmac </option></term>
<listitem>
<listitem>
<para><!-- When this option is specified the MAC address of the original
<para><!-- When this option is specified the MAC address of the original
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment