Hi guys,
I was using Proxmox VE version 7 and decided to upgrade to version 8 and for some reason now 2 of my LXC wont start having the following error
This is my config for LXC 101
And this is my storage.cfg
I don't know how to fix this and after searching for a while I didn't found any good solution.
Can someone help? thanks
I was using Proxmox VE version 7 and decided to upgrade to version 8 and for some reason now 2 of my LXC wont start having the following error
Code:
root@pve:~# pct start 101
volume 'Backups:104/vm-104-disk-0.raw' does not exist
This is my config for LXC 101
Code:
root@pve:~# cat /etc/pve/lxc/101.conf
arch: amd64
cores: 2
hostname: bot
memory: 1024
mp0: /mnt/pve/external,mp=/mnt/external,size=0T
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.30.1,hwaddr=86:9C:F6:C5:F3:B5,ip=192.168.30.171/24,type=veth
onboot: 1
ostype: ubuntu
rootfs: Backups:104/vm-104-disk-0.raw,size=120G
swap: 1024
And this is my storage.cfg
Code:
root@pve:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content backup,iso,vztmpl
zfspool: local-zfs
pool rpool/data
content rootdir,images
sparse 1
dir: ISO
path /storagepool/isos
content iso,vztmpl
prune-backups keep-all=1
shared 0
dir: Backups
path /storagepool/backups
content snippets,rootdir,backup,iso,images,vztmpl
prune-backups keep-all=1
shared 0
dir: external
path /mnt/pve/external
content iso,snippets,rootdir,backup,vztmpl,images
is_mountpoint 1
nodes pve
I don't know how to fix this and after searching for a while I didn't found any good solution.
Can someone help? thanks