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
c18916f7
Commit
c18916f7
authored
May 02, 2014
by
KATOH Yasufumi
Committed by
Stéphane Graber
May 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Update Japanese lxc-create(1) for 'none' bdev type
Update for commit
860f5355
Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
Acked-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
860f5355
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
lxc-create.sgml.in
doc/ja/lxc-create.sgml.in
+9
-7
No files found.
doc/ja/lxc-create.sgml.in
View file @
c18916f7
...
...
@@ -155,13 +155,14 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<listitem>
<para>
<!--
'backingstore' is one of '
none', '
dir', 'lvm', 'loop', 'btrfs', or 'best'. The
default is '
none
', meaning that the container root filesystem
'backingstore' is one of 'dir', 'lvm', 'loop', 'btrfs', or 'best'. The
default is '
dir
', meaning that the container root filesystem
will be a directory under <filename>@LXCPATH@/container/rootfs</filename>.
'dir' has the same meaning as 'none', but also
allows the optional
This backing store type
allows the optional
<replaceable>--dir ROOTFS</replaceable> to be specified, meaning
that the container rootfs should be placed under the specified path,
rather than the default. If 'btrfs' is specified, then the
rather than the default. (The 'none' backingstore type is an alias for
'dir'.) If 'btrfs' is specified, then the
target filesystem must be btrfs, and the container rootfs will be
created as a new subvolume. This allows snapshotted clones to be
created, but also causes rsync --one-filesystem to treat it as a
...
...
@@ -182,10 +183,11 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<replaceable>--fssize SIZE</replaceable> will create a LV (and
filesystem) of size SIZE rather than the default, which is 1G.
-->
'backingstore' には '
none' か 'dir' か 'lvm
' か 'btrfs' か 'best' のいずれかを指定します。
デフォルトは '
none
' で、コンテナのルートファイルシステムが <filename>@LXCPATH@/container/rootfs</filename> 以下のディレクトリであることを意味します。
'dir' は 'none' と同じ意味ですが、
オプションとして <replaceable>--dir ROOTFS</replaceable> を指定することも可能です。
'backingstore' には '
dir' か 'lvm' か 'loop
' か 'btrfs' か 'best' のいずれかを指定します。
デフォルトは '
dir
' で、コンテナのルートファイルシステムが <filename>@LXCPATH@/container/rootfs</filename> 以下のディレクトリであることを意味します。
'dir' には
オプションとして <replaceable>--dir ROOTFS</replaceable> を指定することも可能です。
このオプションは、デフォルトの代わりに特定のパス以下にコンテナの rootfs を置くということになります。
('none' は 'dir' のエイリアスです。)
'btrfs' が指定された場合、ターゲットのファイルシステムは btrfs でなければいけません。
そして、コンテナの rootfs は新しい subvolume として作製されます。
このことにより、スナップショットによるクローンが作製可能になりますが、結果として rsync --one-filesystem が、別々のファイルシステムとして取り扱ってしまうことにもなります。
...
...
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