A backup job failed and an lxc container is locked.
I have tried to unlock it but the system says the .conf file does not exist. If I try to touch the file, I get an error to say I can't create the file, the file already exists.
I have tried to unlock it but the system says the .conf file does not exist. If I try to touch the file, I get an error to say I can't create the file, the file already exists.
Code:
root@cloud4:~# qm unlock 110
Configuration file 'nodes/cloud4/qemu-server/110.conf' does not exist
root@cloud4:~# touch /etc/pve/qemu-server/110.conf
touch: cannot touch '/etc/pve/qemu-server/110.conf': File exists
root@cloud4:~# rm /etc/pve/qemu-server/110.conf
rm: cannot remove '/etc/pve/qemu-server/110.conf': No such file or directory
root@cloud4:~#