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
25fa6f8c
Commit
25fa6f8c
authored
Oct 30, 2018
by
Josh Soref
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling: control
Signed-off-by:
Josh Soref
<
jsoref@gmail.com
>
parent
6f3fd27f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
lxc.container.conf.sgml.in
doc/ja/lxc.container.conf.sgml.in
+1
-1
cgfsng.c
src/lxc/cgroups/cgfsng.c
+1
-1
log.c
src/lxc/log.c
+1
-1
No files found.
doc/ja/lxc.container.conf.sgml.in
View file @
25fa6f8c
...
...
@@ -1890,7 +1890,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<variablelist>
<varlistentry>
<term>
<option>lxc.cgroup.[control
l
name]</option>
<option>lxc.cgroup.[control name]</option>
</term>
<listitem>
<para>
...
...
src/lxc/cgroups/cgfsng.c
View file @
25fa6f8c
...
...
@@ -1689,7 +1689,7 @@ static bool cg_mount_needs_subdirs(int type)
/* After $rootfs/sys/fs/container/controller/the/cg/path has been created,
* remount controller ro if needed and bindmount the cgroupfs onto
* control
l
/the/cg/path.
* control/the/cg/path.
*/
static
int
cg_legacy_mount_controllers
(
int
type
,
struct
hierarchy
*
h
,
char
*
controllerpath
,
char
*
cgpath
,
...
...
src/lxc/log.c
View file @
25fa6f8c
...
...
@@ -296,7 +296,7 @@ static int lxc_unix_epoch_to_utc(char *buf, size_t bufsize, const struct timespe
* think you are, you __will__ cause trouble using them.
* (As a short example how this can cause trouble: LXD uses forkstart to fork
* off a new process that runs the container. At the same time the go runtime
* LXD relies on does its own multi-threading thing which we can't control
l
. The
* LXD relies on does its own multi-threading thing which we can't control. The
* fork()ing + threading then seems to mess with the locking states in these
* time functions causing deadlocks.)
* The current solution is to be good old unix people and use the Epoch as our
...
...
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