Cannot create a Container Snapshot PVE6

jtvdw

Member
Dec 6, 2018
44
0
6
Cape Town, South Africa
Hi,

We recently upgraded to pve6 and on a node we are getting this error:

Code:
root@ponder:~# pct snapshot 311 "state_before_fix"
snapshot feature is not available

Let me know which logs I should send for more details.

Thanks
 
can you post the guest config (pct config ID) and storage config (/etc/pve/storage.cfg )?
 
Hi,

Details below:

PCT ID Config:
/etc/pve/nodes/server/lxc/311.conf
root@ponder:~# cat /etc/pve/nodes/ponder/lxc/311.conf
arch: amd64
cores: 2
hostname: server.stonethree.com
memory: 8192
mp0: /mnt/code/repo/gitlab,mp=/var/git/repos/
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.0.8.1,hwaddr=FA:39:87:03:12:A4,ip=192.0.8.215/23,type=veth
ostype: ubuntu
parent: vzdump
rootfs: local-lvm:vm-311-disk-0,size=150G
swap: 0

Storage Config:
root@server:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content vztmpl,iso,backup

lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images

nfs: SynologyDir
export /volume1/pve
path /mnt/pve/SynologyDir
server 192.168.8.21
content vztmpl,rootdir,iso,snippets,images,backup
maxfiles 1

Thanks.