]> 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>
Fri, 14 Aug 2015 16:51:26 +0000 (12:51 -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 e7e07798de882eec6ef579b0be78e325ff5d7c27..63eedc4295900b3ccd0eaba7ec0adae0edf84106 100644 (file)
@@ -198,6 +198,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 0012d0a9ebdc8bbbe27bc730f7ced534dd8461c7..9089da6aba15420e9bd091ac929dd3e93bb7a6d8 100644 (file)
@@ -153,6 +153,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.