OpenVZ Forum


Home » General » Support » Ovz7 issues with latest updates/kernel: 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9
Re: Ovz7 issues with latest updates/kernel: 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 [message #53842 is a reply to message #53833] Sat, 27 January 2024 15:28 Go to previous messageGo to previous message
numington135 is currently offline  numington135
Messages: 2
Registered: August 2022
Junior Member
I ran into this bug as well; I reverted the vcmmd pkg to vcmmd-8.0.77-1.vz7 on all of my nodes and this fixed the issue I was seeing:
 rpm -ev --nodeps vcmmd
 wget http://ftp.tudelft.nl/OpenVZ/virtuozzo/releases/openvz-7.0.20-147/x86_64/os/Packages/v/vcmmd-8.0.77-1.vz7.noarch.rpm
 rpm -iv vcmmd-8.0.77-1.vz7.noarch.rpm
 systemctl restart vcmmd


The issue is that I forgot to disable yum-cron update for this package on the node where I first had the problem, and it ended up re-updating vcmmd automatically. I once again reverted the vcmmd package but now I have a slightly different error; instead of reusing to start at all, it starts to parse the configs so I hope it's just a bad configuration file in this instance, and that's the avenue I am currently debugging.

Here's my log from the issue I am seeing now; having already reverted my vcmmd package(which has fixed the problem in all other cases for me).
2024-01-27 16:20:11 INFO vcmmd: Started
2024-01-27 16:20:11 INFO vcmmd.config: Loading config from file '/etc/vz/vcmmd.conf'
2024-01-27 16:20:11 INFO vcmmd.host: <snipped>.net: 270187507712 bytes available for VEs
2024-01-27 16:20:11 ERROR vcmmd.host: <snipped>.net: Memory cgroup vstorage.slice does not exist
2024-01-27 16:20:11 ERROR vcmmd.ldmgr: Failed to load policy "density": Policy not found
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Switch to fallback policy
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Loaded policy "NoOpPolicy"
2024-01-27 16:20:11 INFO vcmmd.ve: SRVC 'system.slice': Config updated: guarantee:734003200 limit:270187507712 swap:0 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:0
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered SRVC 'system.slice' (guarantee:734003200 limit:270187507712 swap:0 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:0)
2024-01-27 16:20:11 INFO vcmmd.ve: SRVC 'system.slice': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: SRVC 'user.slice': Config updated: guarantee:134217728 limit:270187507712 swap:0 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:0
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered SRVC 'user.slice' (guarantee:134217728 limit:270187507712 swap:0 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:0)
2024-01-27 16:20:11 INFO vcmmd.ve: SRVC 'user.slice': Activated
2024-01-27 16:20:11 ERROR vcmmd.ldmgr: Memory cgroup /sys/fs/cgroup/memory/vstorage.slice/vstorage-services.slice not found
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6749': Config updated: guarantee:0 limit:17179869184 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '6749' (guarantee:0 limit:17179869184 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6749': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5516': Config updated: guarantee:0 limit:8589934592 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '5516' (guarantee:0 limit:8589934592 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5516': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6819': Config updated: guarantee:0 limit:2147483648 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '6819' (guarantee:0 limit:2147483648 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6819': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5813': Config updated: guarantee:0 limit:17179869184 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '5813' (guarantee:0 limit:17179869184 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5813': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5899': Config updated: guarantee:0 limit:4294967296 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '5899' (guarantee:0 limit:4294967296 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5899': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6334': Config updated: guarantee:0 limit:8589934592 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '6334' (guarantee:0 limit:8589934592 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6334': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6587': Config updated: guarantee:0 limit:8589934592 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '6587' (guarantee:0 limit:8589934592 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6587': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5915': Config updated: guarantee:0 limit:8589934592 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '5915' (guarantee:0 limit:8589934592 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5915': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5604': Config updated: guarantee:0 limit:2147483648 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '5604' (guarantee:0 limit:2147483648 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5604': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5166': Config updated: guarantee:0 limit:17179869184 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '5166' (guarantee:0 limit:17179869184 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5166': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6687': Config updated: guarantee:0 limit:8589934592 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '6687' (guarantee:0 limit:8589934592 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6687': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6808': Config updated: guarantee:0 limit:8589934592 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '6808' (guarantee:0 limit:8589934592 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:6)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6808': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5731': Config updated: guarantee:0 limit:2147483648 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '5731' (guarantee:0 limit:2147483648 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5731': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6836': Config updated: guarantee:0 limit:4294967296 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '6836' (guarantee:0 limit:4294967296 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6836': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6799': Config updated: guarantee:0 limit:2147483648 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '6799' (guarantee:0 limit:2147483648 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '6799': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5493': Config updated: guarantee:0 limit:4294967296 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '5493' (guarantee:0 limit:4294967296 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5493': Activated
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5729': Config updated: guarantee:0 limit:4294967296 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4
2024-01-27 16:20:11 INFO vcmmd.ldmgr: Registered CT '5729' (guarantee:0 limit:4294967296 swap:1073741824 vram:0 nodelist:[] cpulist:[] guarantee_type:1 cache:9223372036854775807 cpunum:4)
2024-01-27 16:20:11 INFO vcmmd.ve: CT '5729': Activated
2024-01-27 16:20:11 INFO vcmmd.
...

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Mellanox support needed
Next Topic: host fs is too fragmented
Goto Forum:
  


Current Time: Sun Oct 20 05:40:30 GMT 2024

Total time taken to generate the page: 0.04996 seconds