[lxc-devel] [PATCH] doc: Add options of 'loop' backingstore to lxc-create(1)

KATOH Yasufumi karma at jazz.email.ne.jp
Tue Mar 10 10:07:39 UTC 2015


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

diff --git a/doc/ja/lxc-create.sgml.in b/doc/ja/lxc-create.sgml.in
index 4525817..f8b6064 100644
--- a/doc/ja/lxc-create.sgml.in
+++ b/doc/ja/lxc-create.sgml.in
@@ -200,6 +200,12 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
             <replaceable>--fssize SIZE</replaceable> はデフォルト値である 1G の代わりに SIZE で指定したサイズで LV を作成します。
 	  </para>
 	  <para>
+	    <!--
+	    If backingstore is 'loop', you can use <replaceable>--fstype FSTYPE</replaceable> and <replaceable>--fssize SIZE</replaceable> as 'lvm'. The default values for these options are the same as 'lvm'.
+	    -->
+	    backingstore が 'loop' の場合、'lvm' と同様に <replaceable>--fstype FSTYPE</replaceable> と <replaceable>--fssize SIZE</replaceable> が使えます。これらの値のデフォルト値は 'lvm' の場合と同じです。
+	  </para>
+	  <para>
             <!--
 	    If backingstore is 'best', then lxc will try, in order, btrfs,
 	    zfs, lvm, and finally a directory backing store.
diff --git a/doc/lxc-create.sgml.in b/doc/lxc-create.sgml.in
index 683067b..3339bf3 100644
--- a/doc/lxc-create.sgml.in
+++ b/doc/lxc-create.sgml.in
@@ -155,6 +155,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 	    filesystem) of size SIZE rather than the default, which is 1G.
 	  </para>
 	  <para>
+	    If backingstore is 'loop', you can use <replaceable>--fstype FSTYPE</replaceable> and <replaceable>--fssize SIZE</replaceable> as 'lvm'. The default values for these options are the same as 'lvm'.
+	  </para>
+	  <para>
 	    If backingstore is 'best', then lxc will try, in order, btrfs,
 	    zfs, lvm, and finally a directory backing store.
 	  </para>
-- 
2.2.1



More information about the lxc-devel mailing list