]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Add options of 'loop' backingstore to lxc-create(1)
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Tue, 10 Mar 2015 10:07:39 +0000 (19:07 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 16 Mar 2015 17:37:47 +0000 (13:37 -0400)
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
doc/ja/lxc-create.sgml.in
doc/lxc-create.sgml.in

index 4525817f0904aefd14fe0cb92cbd4d744b47f9f1..f8b6064f7227e3af9ac7328c8fc18ddcc8ad8b19 100644 (file)
@@ -199,6 +199,12 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
             <replaceable>--fstype FSTYPE</replaceable> は LV 上のファイルシステムをデフォルト値である ext4 の代わりに FSTYPE で指定したもので作成します。
             <replaceable>--fssize SIZE</replaceable> はデフォルト値である 1G の代わりに SIZE で指定したサイズで LV を作成します。
          </para>
+         <para>
+           <!--
+           If backingstore is 'loop', you can use <replaceable>&#045;&#045;fstype FSTYPE</replaceable> and <replaceable>&#045;&#045;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,
index 683067bd2dac2994e469eba26297238953aeef1e..3339bf3df7992e80541e4a7f7dfb2ac01b8e16b8 100644 (file)
@@ -154,6 +154,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
            <replaceable>--fssize SIZE</replaceable> will create a LV (and
            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.