Hi all
I'm trying to remove a container and a VM that I don't need anymore, but I'm getting this error
I've recently installed OVM in a container and followed this guide to have some space to share.
Then I've created, in Datacenter->Storage, an NFS share called
Both container and VM has nothing to do with this share, but I keep getting the error and I cannot remove them.
This is the LXC config that I want to remove, for example:
I see that I cannot remove any LXC or VM, not only the two that I need to remove
Why this NFS share impact all the LXCs and VMs?
What can I check and how can I remove the lxc and VM?
Thanks
I'm trying to remove a container and a VM that I don't need anymore, but I'm getting this error
TASK ERROR: mkdir /mnt/pve/nfs-ovm/template: Permission denied at /usr/share/perl5/PVE/Storage/Plugin.pm line 1374.
I've recently installed OVM in a container and followed this guide to have some space to share.
Then I've created, in Datacenter->Storage, an NFS share called
nfs-ovm
Both container and VM has nothing to do with this share, but I keep getting the error and I cannot remove them.
This is the LXC config that I want to remove, for example:
Code:
## Docker LXC
# ### https://tteck.github.io/Proxmox/
# <a href='https://ko-fi.com/D1D7EP4GF'><img src='https://img.shields.io/badge/%E2%98%95-Buy me a coffee-red' /></a>
arch: amd64
cores: 2
features: keyctl=1,nesting=1
hostname: frigate
memory: 4096
net0: name=eth0,bridge=vmbr0,gw=192.168.1.10,hwaddr=42:C9:C9:55:0B:C7,ip=192.168.1.100/25,type=veth
onboot: 0
ostype: debian
rootfs: DATI:vm-119-disk-0,size=4G
swap: 512
tags: proxmox-helper-scripts
lxc.cgroup2.devices.allow: a
lxc.cap.drop:
lxc.cgroup2.devices.allow: c 188:* rwm
lxc.cgroup2.devices.allow: c 189:* rwm
lxc.mount.entry: /dev/serial/by-id dev/serial/by-id none bind,optional,create=dir
lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file
lxc.mount.entry: /dev/ttyUSB1 dev/ttyUSB1 none bind,optional,create=file
lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create=file
lxc.mount.entry: /dev/ttyACM1 dev/ttyACM1 none bind,optional,create=file
I see that I cannot remove any LXC or VM, not only the two that I need to remove
Why this NFS share impact all the LXCs and VMs?
What can I check and how can I remove the lxc and VM?
Thanks
Last edited: