Hello,

in the last few days I ran into an issue with VCMMD on OpenVZ 7 after a
reboot, I am unable to boot any VM,

[root@de48 ~]# vzctl start 14107
Starting Container ...
Mount image: /vz/private/14107/root.hdd
Container is mounted
Setting permissions for image=/vz/private/14107/root.hdd
vcmmd: failed to register Container: Failed to connect to VCMMD service
vcmmd: failed to unregister Container: Failed to connect to VCMMD service
Unmount image: /vz/private/14107/root.hdd (190)
Container is unmounted
vcmmd: failed to unregister Container: Failed to connect to VCMMD service
Failed to start the Container

BUT if I issue the command

mkdir /sys/fs/cgroup/memory/user.slice

and then

service vcmmd start

VCMMD starts and runs fine,

[root@de48 ~]# vzctl start 14107
Starting Container ...
Mount image: /vz/private/14107/root.hdd
Container is mounted
Setting permissions for image=/vz/private/14107/root.hdd
Setting permissions for image=/vz/private/14107/root.hdd
Adding ip address(es): 192.168.0.100
Warning: distribution not specified default used
/usr/libexec/libvzctl/dists/default
Container start in progress...

I have tried multiple kernels, factory kernels also!

Currently I am on,
[root@de48 ~]# uname -r
3.10.0-1160.31.1.vz7.181.10
[root@de48 ~]#


The config file is quite basic too,

[root@de48 conf]# cat 14107.conf
PHYSPAGES="262144:262144"
SWAPPAGES="0:0"
DISABLED="no"
VE_PRIVATE="/vz/private/$VEID"
VEID="14107"
UUID="a9fa54d5-8a8d-4337-8341-c09a881aa981"
IP_ADDRESS="192.168.100"
NETFILTER="full"
NUMIPTENT="9223372036854775807:9223372036854775807"
ONBOOT="yes"
VE_ROOT="/vz/root/$VEID"

any idea / hint what could be causing this issue?

-- 
Thanks,
Arjit Chaudhary
_______________________________________________
Users mailing list
Users@openvz.org
https://lists.openvz.org/mailman/listinfo/users

Reply via email to