Hello all,
I'm want up upgrade to pve on my home lab first, before applying it on production locations.
Following the guide, I ran pve8to9 --full, on which I get the following error:
I've searched for this error description and it appears to be related to old distributions.
This case is however, a fully updated OpenSUSE Slowroll (tumbleweed like). All it's software should be fully up to date.
Here's the cfg file for the container:
I have no idea what to do now, even to try to hunt where the actual issue lies!
Can anyone provide some advice on this matter?
Regards,
Rui
I'm want up upgrade to pve on my home lab first, before applying it on production locations.
Following the guide, I ran pve8to9 --full, on which I get the following error:
Code:
FAIL: Found at least one CT (x) which does not support running in a unified cgroup v2 layout
You must upgrade the Containers distros! Skipping further CT compat checks.
I've searched for this error description and it appears to be related to old distributions.
This case is however, a fully updated OpenSUSE Slowroll (tumbleweed like). All it's software should be fully up to date.
Here's the cfg file for the container:
Code:
~# cat /etc/pve/lxc/x.conf
arch: amd64
cores: 2
features: nesting=1
hostname: somename
memory: 2048
nameserver: someip
net0: name=eth0,bridge=somebridge,firewall=1,gw=someip,hwaddr=somemac,ip=someip_netmask,type=veth
onboot: 1
ostype: opensuse
protection: 1
rootfs: nvme:vm-x-disk-0,size=10G
searchdomain: somesearchdomain
swap: 0
unprivileged: 1
I have no idea what to do now, even to try to hunt where the actual issue lies!
Can anyone provide some advice on this matter?
Regards,
Rui