Bug 28957 - Не работает при включенной опции CREATE_DEFAULT=yes
Summary: Не работает при включенной опции CREATE_DEFAULT=yes
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: cgroup (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Alexey Shabalin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-11 17:54 MSK by Slava Dubrovskiy
Modified: 2013-05-11 18:30 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Slava Dubrovskiy 2013-05-11 17:54:01 MSK
При попытке запустить сервис при включенной опции CREATE_DEFAULT=yes в /etc/sysconfig/cgconfig получаю вот такой результат:

# /etc/init.d/cgconfig start
Checking cgconfig configuration:                                                                                                                                                                                                                                      [ DONE ]
cgget: libcgroup initialization failed: Cgroup is not mounted
cgset: wrong parameter of option -r: cpuset.cpus
cgget: libcgroup initialization failed: Cgroup is not mounted
cgset: wrong parameter of option -r: cpuset.mems

Ядро 2.6.32-ovz-el-alt87
Сервис vz не включался при загрузке.

Вообще не понятно как оно работает. Попытка запустить с минимальным конфигом
[root@dubrwork slava]# cat /etc/cgconfig.conf 
mount {
        cpuset = /sys/fs/cgroup/cpuset;
        cpu = /sys/fs/cgroup/cpu;
}

Приводит к
# /etc/init.d/cgconfig start
Checking cgconfig configuration: cgconfigparser; error loading /etc/cgconfig.conf: Cgroup mounting failed
Comment 1 Slava Dubrovskiy 2013-05-11 18:13:24 MSK
похоже вообще не работает. И без опции CREATE_DEFAULT=yes ничего не монтирует.
Comment 2 Slava Dubrovskiy 2013-05-11 18:30:19 MSK
Как написано в NEWS из http://ftp.de.debian.org/debian/pool/main/libc/libcgroup/libcgroup_0.38-1.debian.tar.gz 

libcgroup (0.38-1) unstable; urgency=low

    This version sees the removal of both initscripts cgconfig and cgred from
    the cgroup-bin package.  This means that cgroups will not be mounted by
    default and no classification will occur during boot.  There are numerous
    issues surrounding the boot-time classification including race conditions
    and collisions with lxc and libvirt.