On my test system I ran PVE7to8 and got this warning on my only LXC vm
Here is my LXC configuration
what do I need to change to fix this warning, or just ignore it?
WARN: CT 102 - volume 'vm_images:102/vm-102-disk-1.raw' (in config) - storage does not have content type 'rootdir' configured.
WARN: Proxmox VE enforces stricter content type checks since 7.0. The guests above might not work until the storage configuration is fixed.
Here is my LXC configuration
root@pvesm1:/etc/pve/lxc# cat 102.conf
arch: amd64
cores: 1
hostname: nas2
memory: 2048
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.1.254,hwaddr=66:6C:7C:C1:B6:B7,ip=192.168.1.20/24,type=veth
ostype: debian
rootfs: vm_images:102/vm-102-disk-1.raw,size=8G
swap: 2048
unprivileged: 1
what do I need to change to fix this warning, or just ignore it?