-
Notifications
You must be signed in to change notification settings - Fork 154
/
cgroupfs-mount.8
45 lines (45 loc) · 1.5 KB
/
cgroupfs-mount.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.\" TASTY
.TH CGROUPFS-MOUNT 8
.SH NAME
cgroupfs-mount, cgroupfs-umount \- set up cgroupfs mount hierarchies
.SH SYNOPSIS
Control groups are a kernel mechanism for tracking and imposing limits on resource usage on groups of tasks.
These scripts mount and unmount the hierarchies for managing them.
.PP
.B cgroupfs-mount
.LP
.B cgroupfs-umount
.SH DESCRIPTION
The location for the mounts these scripts create is
.IR /sys/fs/cgroup ,
which is widely regarded as "the place" for these to be mounted (for example,
.BR systemd
mounts them here as well).
.SH "RETURN VALUE"
Zero for success or if it is determined that we can or should not mount, due to user entries in
.IR /etc/fstab
or pre-existing mounts.
Non-zero for explicit failures.
.SH "CAVEATS & DIAGNOSTICS"
It is critically important for the proper operation of these scripts that you do not manually include any cgroup mount points in
.IR /etc/fstab .
After commenting out any extraneous cgroup entries in
.IR /etc/fstab ,
you should either reboot or manually
.BR umount
them and then run
.BR cgroupfs-mount
again.
.SH RESTRICTIONS
These scripts intentionally do not do any cgroup management or classification of tasks into cgroups.
They are also very intentionally light on configurability (to the point of non-existence) to keep the implementation simple and less error-prone.
.SH AUTHORS
Serge Hallyn and Tianon Gravi
.SH HISTORY
This package was originally derived from the
.BR cgroup-lite
package from Ubuntu.
.SH "SEE ALSO"
.BR mount (8),
.BR fstab (5),
.BR systemd (1)