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
4af2618b
Commit
4af2618b
authored
Aug 01, 2014
by
KATOH Yasufumi
Committed by
Stéphane Graber
Aug 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add 'zfs' to the parameter of -B option in lxc-create(1)
Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
Acked-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
f6f07ecd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
lxc-create.sgml.in
doc/ja/lxc-create.sgml.in
+2
-2
lxc-create.sgml.in
doc/lxc-create.sgml.in
+1
-1
No files found.
doc/ja/lxc-create.sgml.in
View file @
4af2618b
...
@@ -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 'dir', 'lvm', 'loop', 'btrfs', or 'best'. The
'backingstore' is one of 'dir', 'lvm', 'loop', 'btrfs',
'zfs',
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
...
@@ -183,7 +183,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -183,7 +183,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.
-->
-->
'backingstore' には 'dir' か 'lvm' か 'loop' か 'btrfs' か 'best' のいずれかを指定します。
'backingstore' には 'dir' か 'lvm' か 'loop' か 'btrfs' か '
zfs' か '
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 を置くということになります。
...
...
doc/lxc-create.sgml.in
View file @
4af2618b
...
@@ -125,7 +125,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -125,7 +125,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
</term>
</term>
<listitem>
<listitem>
<para>
<para>
'backingstore' is one of 'dir', 'lvm', 'loop', 'btrfs', or 'best'. The
'backingstore' is one of 'dir', 'lvm', 'loop', 'btrfs',
'zfs',
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
...
...
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