[lxc-devel] [lxc/master] Add allowrunning option into Japanese lxc-copy(1)

tenforward on Github lxc-bot at linuxcontainers.org
Mon Nov 26 16:18:46 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 384 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20181126/f73ac271/attachment.bin>
-------------- next part --------------
From b73cea60885f818cc11018fbe05764dc5c267207 Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <karma at jazz.email.ne.jp>
Date: Tue, 27 Nov 2018 01:16:04 +0900
Subject: [PATCH] Add allowrunning option into Japanese lxc-copy(1)

Update for commit 754076f

Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>
---
 doc/ja/lxc-copy.sgml.in | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/doc/ja/lxc-copy.sgml.in b/doc/ja/lxc-copy.sgml.in
index 7a26842ea5..7cc2cc6444 100644
--- a/doc/ja/lxc-copy.sgml.in
+++ b/doc/ja/lxc-copy.sgml.in
@@ -61,6 +61,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
       <arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
       <arg choice="opt">-s, --snapshot</arg>
+      <arg choice="opt">-a, --allowrunning</arg>
       <arg choice="opt">-K, --keepname</arg>
       <arg choice="opt">-D, --keepdata</arg>
       <arg choice="opt">-M, --keepmac</arg>
@@ -91,6 +92,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <arg choice="req">-e, --ephemeral</arg>
       <arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
       <arg choice="opt">-s, --snapshot</arg>
+      <arg choice="opt">-a, --allowrunning</arg>
       <arg choice="opt">-t, --tmpfs</arg>
       <arg choice="opt">-K, --keepname</arg>
       <arg choice="opt">-M, --keepmac</arg>
@@ -248,6 +250,19 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
 	   </listitem>
 	  </varlistentry>
 
+	  <varlistentry>
+	    <term> <option>-a,--allowrunning </option> </term>
+	   <listitem>
+	    <para><!-- Allow the creation of a Snapshot of an already running container.
+	    This may cause data corruption or data loss depending on the used
+	    filesystem and applications. Use with care. -->
+	      実行中のコンテナのスナップショットを作成します。
+	      これは、使用しているファイルシステムやアプリケーションによっては、データの破損や欠損を引き起こす可能性があります。
+	      注意して使用してください。
+	    </para>
+	   </listitem>
+	  </varlistentry>
+
 	  <varlistentry>
 	    <term> <option>-F,--foreground</option> </term>
 	   <listitem>


More information about the lxc-devel mailing list