Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Download/kernel/rhel6-testing/042stab060.5/changes

2 bytes added, 11:54, 1 August 2012
fixed a link to ovz bug
<!-- stab060.1 -->
* [timers] apps that use sys_clock_nanosleep() to suspend their execution could hang after CT migration.
* [sysfs] /sys/devices/system/cpu has been "virtualized": the "virtualization" consists in creating empty cpu# dir for each possible cpu (+1 on UP systems). This makes glibc think that _SC_NPROCESSORS_CONF always > 1 so that various userspace apps (JAVA) won't be tempted to "optimize" when running inside a CT with --cpus=1. (PSBM-14103, OVZ {{B|2206}})
* [OOM/debug] added line "oom_score_adj: manual|auto" into /proc/bc/$ID/debug (PSBM-12215)
* [devtmpfs] account devtmpfs inodes in tmpfs in proper context. This fixes the accounting memory leak found by QA vzt-pltp test. (PCLIN-30869)