mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 12:37:35 +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>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>lxc.cgroup.[controll name]</option>
|
||||
<option>lxc.cgroup.[control name]</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<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,
|
||||
* 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,
|
||||
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.
|
||||
* (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 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
|
||||
* time functions causing deadlocks.)
|
||||
* The current solution is to be good old unix people and use the Epoch as our
|
||||
|
Loading…
Reference in New Issue
Block a user