Fix typo in comment in OsProbe.java
This commit fixes a silly typo in a comment relating to cgroups in OsProbe.java.
This commit is contained in:
parent
86b3ff229c
commit
cb822b4670
|
@ -214,7 +214,7 @@ public class OsProbe {
|
||||||
for (final String controller : controllers) {
|
for (final String controller : controllers) {
|
||||||
if (CONTROL_GROUPS_HIERARCHY_OVERRIDE != null) {
|
if (CONTROL_GROUPS_HIERARCHY_OVERRIDE != null) {
|
||||||
/*
|
/*
|
||||||
* Docker violates the relationship between /proc/self/cgroups and the /sys/fs/cgroup hierarchy. It's possible that this
|
* Docker violates the relationship between /proc/self/cgroup and the /sys/fs/cgroup hierarchy. It's possible that this
|
||||||
* will be fixed in future versions of Docker with cgroup namespaces, but this requires modern kernels. Thus, we provide
|
* will be fixed in future versions of Docker with cgroup namespaces, but this requires modern kernels. Thus, we provide
|
||||||
* an undocumented hack for overriding the control group path. Do not rely on this hack, it will be removed.
|
* an undocumented hack for overriding the control group path. Do not rely on this hack, it will be removed.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue