[SOLVED] Warneung bei Update 7.4 -> 8.1

Thomson_85

Member
Jan 28, 2022
16
0
6
40
Moin zusammen,

ich möchte mein System auf 8.1.x updaten.

Bei Eingabe von
Code:
pve7to8

kommt es zu folgender Meldung :
Code:
WARN: The following CTs have 'lxc.cgroup' keys configured, which will be ignored                                      in the new default unified cgroupv2:
    CT 100
    Often it can be enough to change to the new 'lxc.cgroup2' prefix after the u                                     pgrade to Proxmox VE 7.x

in dem Container läuft eine ioBroker Installation.

Muss ich vor/Nach dem Update was beachten?

Vielen Dank
 
das kommt drauf an was du in der config drin stehen hast und warum ;)
 
Das einzige was mit einfällt ist der Zigbee Stick der durchgeschliffen wird.
Wie komme ich auch noch zur config :/
 
cat /etc/pve/local/lxc/100.conf
Code:
arch: amd64
cores: 4
hostname: ioBroker
memory: 7168
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.178.1,hwaddr=5E:0B:AE:19:C4:CD,ip=192.168.178.101/24,type=veth
onboot: 1
ostype: ubuntu
parent: vorPS5versuch
rootfs: local-lvm:vm-100-disk-1,size=40G
swap: 2048
unprivileged: 1
lxc.cgroup.devices.allow: c 0:* rwm
lxc.mount.entry: /dev/ttyZigbee dev/ttyZigbee none bind,optional,create=file

[vorPS5versuch]
arch: amd64
cores: 4
hostname: ioBroker
memory: 7168
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.178.1,hwaddr=5E:0B:AE:19:C4:CD,ip=192.168.178.101/24,type=veth
onboot: 1
ostype: ubuntu
parent: vorjsupdate
rootfs: local-lvm:vm-100-disk-1,size=40G
snaptime: 1705562949
swap: 2048
unprivileged: 1
lxc.cgroup.devices.allow: c 0:* rwm
lxc.mount.entry: /dev/ttyZigbee dev/ttyZigbee none bind,optional,create=file

[vorjsupdate]
arch: amd64
cores: 4
hostname: ioBroker
memory: 7168
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.178.1,hwaddr=5E:0B:AE:19:C4:CD,ip=192.168.178.101/24,type=veth
onboot: 1
ostype: ubuntu
rootfs: local-lvm:vm-100-disk-1,size=40G
snaptime: 1700473708
swap: 2048
unprivileged: 1
lxc.cgroup.devices.allow: c 0:* rwm
lxc.mount.entry: /dev/ttyZigbee dev/ttyZigbee none bind,optional,create=file
 
Hier steht von 6 -> 7
ich bin bereits auf 7.4-17. in der Config finde ich nichts über CGroupv2

werde da nicht schlau draus. Also Update durchführen auf 8. und dann ggf auf CGroupv2 ändern ?

Wenn wie ändern ich das. Wäre doof wenn das Licht nicht mehr angeht :D

Code:
cat /etc/pve/local/lxc/100.conf
arch: amd64
cores: 4
hostname: ioBroker
memory: 7168
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.178.1,hwaddr=5E:0B:AE:19:C4:CD,ip=192.168.178.101/24,type=veth
onboot: 1
ostype: ubuntu
rootfs: local-lvm:vm-100-disk-1,size=40G
swap: 2048
unprivileged: 1
lxc.cgroup2.devices.allow: c 0:* rwm
lxc.mount.entry: /dev/ttyZigbee dev/ttyZigbee none bind,optional,create=file
So ??
 
Last edited: