Remove Locked Container from ProxMox – Destroy Fix, LXC



When I click remove the container in ProxMox it just has a working status forever…
Example Container was #300

## List all containers
pct list
## Stop the container
pct stop 300
## Forcefully destroy the container
pct destroy 300
## Check for lock files
ls -l /var/lock/lxc
## Remove a specific lock file
rm /var/lock/lxc/pve-config-300.lock
## Check storage status
pvesm status

[ad_2]

source

Exit mobile version