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
e7806b2e
Unverified
Commit
e7806b2e
authored
Feb 21, 2018
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: document cgroup-full:{mixed,ro,rw}:force
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
68002881
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
0 deletions
+41
-0
lxc.container.conf.sgml.in
doc/lxc.container.conf.sgml.in
+41
-0
No files found.
doc/lxc.container.conf.sgml.in
View file @
e7806b2e
...
@@ -1203,6 +1203,7 @@ dev/null proc/kcore none bind,relative 0 0
...
@@ -1203,6 +1203,7 @@ dev/null proc/kcore none bind,relative 0 0
<option>cgroup:mixed</option> otherwise.
<option>cgroup:mixed</option> otherwise.
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
<option>cgroup-full:mixed</option>:
<option>cgroup-full:mixed</option>:
...
@@ -1222,6 +1223,19 @@ dev/null proc/kcore none bind,relative 0 0
...
@@ -1222,6 +1223,19 @@ dev/null proc/kcore none bind,relative 0 0
container.
container.
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
<option>cgroup-full:mixed:force</option>:
The <option>force</option> option will cause LXC to perform
the cgroup mounts for the container under all circumstances.
Otherwise it is similar to <option>cgroup-full:mixed</option>.
This is mainly useful when the cgroup namespaces are enabled
where LXC will normally leave mounting cgroups to the init
binary of the container since it is perfectly safe to do so.
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
<option>cgroup-full:ro</option>: similar to
<option>cgroup-full:ro</option>: similar to
...
@@ -1229,6 +1243,19 @@ dev/null proc/kcore none bind,relative 0 0
...
@@ -1229,6 +1243,19 @@ dev/null proc/kcore none bind,relative 0 0
will be mounted read-only.
will be mounted read-only.
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
<option>cgroup-full:ro:force</option>:
The <option>force</option> option will cause LXC to perform
the cgroup mounts for the container under all circumstances.
Otherwise it is similar to <option>cgroup-full:ro</option>.
This is mainly useful when the cgroup namespaces are enabled
where LXC will normally leave mounting cgroups to the init
binary of the container since it is perfectly safe to do so.
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
<option>cgroup-full:rw</option>: similar to
<option>cgroup-full:rw</option>: similar to
...
@@ -1240,6 +1267,19 @@ dev/null proc/kcore none bind,relative 0 0
...
@@ -1240,6 +1267,19 @@ dev/null proc/kcore none bind,relative 0 0
do so anyway.)
do so anyway.)
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
<option>cgroup-full:rw:force</option>:
The <option>force</option> option will cause LXC to perform
the cgroup mounts for the container under all circumstances.
Otherwise it is similar to <option>cgroup-full:rw</option>.
This is mainly useful when the cgroup namespaces are enabled
where LXC will normally leave mounting cgroups to the init
binary of the container since it is perfectly safe to do so.
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
<option>cgroup-full</option> (without specifier):
<option>cgroup-full</option> (without specifier):
...
@@ -1248,6 +1288,7 @@ dev/null proc/kcore none bind,relative 0 0
...
@@ -1248,6 +1288,7 @@ dev/null proc/kcore none bind,relative 0 0
<option>cgroup-full:mixed</option> otherwise.
<option>cgroup-full:mixed</option> otherwise.
</para>
</para>
</listitem>
</listitem>
</itemizedlist>
</itemizedlist>
<para>
<para>
If cgroup namespaces are enabled, then any <option>cgroup</option>
If cgroup namespaces are enabled, then any <option>cgroup</option>
...
...
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