Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
58de1a46
Commit
58de1a46
authored
Mar 22, 2014
by
KATOH Yasufumi
Committed by
Stéphane Graber
Mar 21, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Japanese lxc-create(1) for 'best' option
Update for commit
a526a632
Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
Acked-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
c59e3bee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
lxc-create.sgml.in
doc/ja/lxc-create.sgml.in
+9
-2
No files found.
doc/ja/lxc-create.sgml.in
View file @
58de1a46
...
@@ -155,7 +155,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -155,7 +155,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<listitem>
<listitem>
<para>
<para>
<!--
<!--
'backingstore' is one of 'none', 'dir', 'lvm', 'loop',
or 'btrfs
'. The
'backingstore' is one of 'none', 'dir', 'lvm', 'loop',
'btrfs', or 'best
'. The
default is 'none', meaning that the container root filesystem
default is 'none', 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>.
'dir' has the same meaning as 'none', but also allows the optional
'dir' has the same meaning as 'none', but also allows the optional
...
@@ -182,7 +182,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -182,7 +182,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<replaceable>--fssize SIZE</replaceable> will create a LV (and
<replaceable>--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.
-->
-->
<replaceable>backingstore</replaceable> には 'none' か 'dir' か 'lvm' か 'btrfs
' のいずれかを指定します.
'backingstore' には 'none' か 'dir' か 'lvm' か 'btrfs' か 'best
' のいずれかを指定します.
デフォルトは 'none' で,コンテナのルートファイルシステムが <filename>@LXCPATH@/container/rootfs</filename> 以下のディレクトリであることを意味します.
デフォルトは 'none' で,コンテナのルートファイルシステムが <filename>@LXCPATH@/container/rootfs</filename> 以下のディレクトリであることを意味します.
'dir' は 'none' と同じ意味ですが,オプションとして <replaceable>--dir ROOTFS</replaceable> を指定することも可能です.
'dir' は 'none' と同じ意味ですが,オプションとして <replaceable>--dir ROOTFS</replaceable> を指定することも可能です.
このオプションは,デフォルトの代わりに特定のパス以下にコンテナの rootfs を置くということになります.
このオプションは,デフォルトの代わりに特定のパス以下にコンテナの rootfs を置くということになります.
...
@@ -196,6 +196,13 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -196,6 +196,13 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<replaceable>--fstype FSTYPE</replaceable> は LV 上のファイルシステムをデフォルト値である ext4 の代わりに FSTYPE で指定したもので作成します.
<replaceable>--fstype FSTYPE</replaceable> は LV 上のファイルシステムをデフォルト値である ext4 の代わりに FSTYPE で指定したもので作成します.
<replaceable>--fssize SIZE</replaceable> はデフォルト値である 1G の代わりに SIZE で指定したサイズで LV を作成します.
<replaceable>--fssize SIZE</replaceable> はデフォルト値である 1G の代わりに SIZE で指定したサイズで LV を作成します.
</para>
</para>
<para>
<!--
If backingstore is 'best', then lxc will try, in order, btrfs,
zfs, lvm, and finally a directory backing store.
-->
backingstore が 'best' の時,lxc は btrfs, zfs, lvm, dir の順に試行します.
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment