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
fbbf5192
Commit
fbbf5192
authored
Aug 15, 2013
by
Serge Hallyn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
document new lxc-create btrfs behavior
Signed-off-by:
Serge Hallyn
<
serge.hallyn@ubuntu.com
>
parent
d44e88c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
lxc-create.sgml.in
doc/lxc-create.sgml.in
+6
-4
No files found.
doc/lxc-create.sgml.in
View file @
fbbf5192
...
@@ -131,10 +131,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
...
@@ -131,10 +131,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
'dir' has the same meaning as 'none', but also allows the optional
'dir' has the same meaning as 'none', but also allows the optional
<replaceable>--dir ROOTFS</replaceable> to be specified, meaning
<replaceable>--dir ROOTFS</replaceable> to be specified, meaning
that the container rootfs should be placed under the specified path,
that the container rootfs should be placed under the specified path,
rather than the default.
rather than the default. If 'btrfs' is specified, then the
The option 'btrfs' need not be specified as it will be used
target filesystem must be btrfs, and the container rootfs will be
automatically if the <filename>@LXCPATH@</filename> filesystem is found to
created as a new subvolume. This allows snapshotted clones to be
be btrfs. If backingstore is 'lvm', then an lvm block device will be
created, but also causes rsync --one-filesystem to treat it as a
separate filesystem.
If backingstore is 'lvm', then an lvm block device will be
used and the following further options are available:
used and the following further options are available:
<replaceable>--lvname lvname1</replaceable> will create an LV
<replaceable>--lvname lvname1</replaceable> will create an LV
named <filename>lvname1</filename> rather than the default, which
named <filename>lvname1</filename> rather than the default, which
...
...
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