[lxc-devel] [PATCH for stable-1.0] doc: Add about zfs, aufs, overlayfs to '-s' option of lxc-clone(1)

KATOH Yasufumi karma at jazz.email.ne.jp
Mon Feb 23 08:18:59 UTC 2015


Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>
---
 doc/ja/lxc-clone.sgml.in | 6 ++++--
 doc/lxc-clone.sgml.in    | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/ja/lxc-clone.sgml.in b/doc/ja/lxc-clone.sgml.in
index 0a7448b..63761e4 100644
--- a/doc/ja/lxc-clone.sgml.in
+++ b/doc/ja/lxc-clone.sgml.in
@@ -145,9 +145,11 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
 	<listitem>
 	  <para>
             <!--
-            The new container's rootfs should be a LVM or btrfs snapshot of the original.
+	    The new container's rootfs will be a snapshot of the original. This option can be specified when the backing store is LVM, btrfs or zfs, and must be specified when you want to snapshot using aufs or overlayfs.
             -->
-            新しいコンテナの rootfs は、オリジナルの LVM か btrfs のスナップショットになります。
+            新しいコンテナの rootfs はオリジナルのスナップショットとなります。
+            このオプションはバッキングストアが LVM か btrfs か zfs の時に使用できます。
+            また、スナップショットを aufs か overlayfs で取得したい場合は指定する必要があります。
 	  </para>
 	</listitem>
       </varlistentry>
diff --git a/doc/lxc-clone.sgml.in b/doc/lxc-clone.sgml.in
index edd6032..11b26b8 100644
--- a/doc/lxc-clone.sgml.in
+++ b/doc/lxc-clone.sgml.in
@@ -121,7 +121,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 	</term>
 	<listitem>
 	  <para>
-	    The new container's rootfs should be a LVM or btrfs snapshot of the original.
+	    The new container's rootfs will be a snapshot of the original. This option can be specified when the backing store is LVM, btrfs or zfs, and must be specified when you want to snapshot using aufs or overlayfs.
 	  </para>
 	</listitem>
       </varlistentry>
-- 
2.2.1



More information about the lxc-devel mailing list