mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 10:51:24 +00:00
spelling: control
Signed-off-by: Josh Soref <jsoref@gmail.com>
This commit is contained in:
parent
6f3fd27ffe
commit
25fa6f8ccb
@ -1890,7 +1890,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
|
|||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<option>lxc.cgroup.[controll name]</option>
|
<option>lxc.cgroup.[control name]</option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
@ -1689,7 +1689,7 @@ static bool cg_mount_needs_subdirs(int type)
|
|||||||
|
|
||||||
/* After $rootfs/sys/fs/container/controller/the/cg/path has been created,
|
/* After $rootfs/sys/fs/container/controller/the/cg/path has been created,
|
||||||
* remount controller ro if needed and bindmount the cgroupfs onto
|
* remount controller ro if needed and bindmount the cgroupfs onto
|
||||||
* controll/the/cg/path.
|
* control/the/cg/path.
|
||||||
*/
|
*/
|
||||||
static int cg_legacy_mount_controllers(int type, struct hierarchy *h,
|
static int cg_legacy_mount_controllers(int type, struct hierarchy *h,
|
||||||
char *controllerpath, char *cgpath,
|
char *controllerpath, char *cgpath,
|
||||||
|
@ -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.
|
* think you are, you __will__ cause trouble using them.
|
||||||
* (As a short example how this can cause trouble: LXD uses forkstart to fork
|
* (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
|
* 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 controll. 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
|
* fork()ing + threading then seems to mess with the locking states in these
|
||||||
* time functions causing deadlocks.)
|
* time functions causing deadlocks.)
|
||||||
* The current solution is to be good old unix people and use the Epoch as our
|
* The current solution is to be good old unix people and use the Epoch as our
|
||||||
|
Loading…
Reference in New Issue
Block a user