I'm unable to take snapshots of Linux Containers (the option on the GUI is greyed out), even when there are no apparent bind mounts on the container.
I have a Linux container config in /etc/pve/lxc/101.conf that looks like this.
There aren't any bind mounts apparent here. I am using Proxmox on a hosted provider, so it's possible a config has been changed elsewhere. Is there any way to check whether bind mounts are being applied somewhere else, or am I missing something?
I have a Linux container config in /etc/pve/lxc/101.conf that looks like this.
Code:
arch: amd64
cores: 1
hostname: debian
memory: 2096
net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=66:29:A8:E4:1E:17,ip=dhcp,ip6=dhcp,type=veth
ostype: debian
rootfs: local:101/vm-101-disk-0.raw,size=40G
swap: 2096
unprivileged: 1
There aren't any bind mounts apparent here. I am using Proxmox on a hosted provider, so it's possible a config has been changed elsewhere. Is there any way to check whether bind mounts are being applied somewhere else, or am I missing something?