Commit 85f287b7 by KATOH Yasufumi Committed by Stéphane Graber

doc: Add 'rbd' to the parameter of backingstore in Japanese lxc-create(1)

parent 9bc7ae48
...@@ -156,7 +156,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -156,7 +156,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<listitem> <listitem>
<para> <para>
<!-- <!--
'backingstore' is one of 'dir', 'lvm', 'loop', 'btrfs', 'zfs', or 'best'. The 'backingstore' is one of 'dir', 'lvm', 'loop', 'btrfs', 'zfs', 'rbd', or 'best'. The
default is 'dir', meaning that the container root filesystem default is 'dir', meaning that the container root filesystem
will be a directory under <filename>@LXCPATH@/container/rootfs</filename>. will be a directory under <filename>@LXCPATH@/container/rootfs</filename>.
This backing store type allows the optional This backing store type allows the optional
...@@ -184,7 +184,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -184,7 +184,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<replaceable>&#045;&#045;fssize SIZE</replaceable> will create a LV (and <replaceable>&#045;&#045;fssize SIZE</replaceable> will create a LV (and
filesystem) of size SIZE rather than the default, which is 1G. filesystem) of size SIZE rather than the default, which is 1G.
--> -->
'backingstore' には 'dir' か 'lvm' か 'loop' か 'btrfs' か 'zfs' か 'best' のいずれかを指定します。 'backingstore' には 'dir', 'lvm', 'loop', 'btrfs', 'zfs', 'rbd', 'best' のいずれかを指定します。
デフォルトは 'dir' で、コンテナのルートファイルシステムが <filename>@LXCPATH@/container/rootfs</filename> 以下のディレクトリであることを意味します。 デフォルトは 'dir' で、コンテナのルートファイルシステムが <filename>@LXCPATH@/container/rootfs</filename> 以下のディレクトリであることを意味します。
'dir' にはオプションとして <replaceable>--dir ROOTFS</replaceable> を指定することも可能です。 'dir' にはオプションとして <replaceable>--dir ROOTFS</replaceable> を指定することも可能です。
このオプションは、デフォルトの代わりに特定のパス以下にコンテナの rootfs を置くということになります。 このオプションは、デフォルトの代わりに特定のパス以下にコンテナの rootfs を置くということになります。
...@@ -206,6 +206,17 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -206,6 +206,17 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
backingstore が 'loop' の場合、'lvm' と同様に <replaceable>--fstype FSTYPE</replaceable> と <replaceable>--fssize SIZE</replaceable> が使えます。これらの値のデフォルト値は 'lvm' の場合と同じです。 backingstore が 'loop' の場合、'lvm' と同様に <replaceable>--fstype FSTYPE</replaceable> と <replaceable>--fssize SIZE</replaceable> が使えます。これらの値のデフォルト値は 'lvm' の場合と同じです。
</para> </para>
<para> <para>
<!--
If backingstore is 'rbd', then you will need to have a valid configuration in <filename>ceph.conf</filename> and a <filename>ceph.client.admin.keyring</filename> defined.
You can specify the following options :
<replaceable>&#045;&#045;rbdname RBDNAME</replaceable> will create a blockdevice named RBDNAME rather than the default, which is the container name.
<replaceable>&#045;&#045;rbdpool POOL</replaceable> will create the blockdevice in the pool named POOL, rather than the default, which is 'lxc'.
-->
backingstore が 'rbd' の場合、<filename>ceph.conf</filename> に有効な設定がされており、<filename>ceph.client.admin.keyring</filename> が定義されている必要があります。
<replaceable>--rbdname RBDNAME</replaceable> を指定すると、RBDNAME という名前のブロックデバイスを作成します。このオプションを指定しない場合のデフォルトのブロックデバイス名はコンテナ名です。
<replaceable>--rbdpool POOL</replaceable> を指定すると、POOL という名前のプール内にブロックデバイスを作成します。このオプションを指定しない場合のデフォルトのプール名は 'lxc' です。
</para>
<para>
<!-- <!--
If backingstore is 'best', then lxc will try, in order, btrfs, If backingstore is 'best', then lxc will try, in order, btrfs,
zfs, lvm, and finally a directory backing store. zfs, lvm, and finally a directory backing store.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment