Proxmox

[Proxmox] VM 시작중 에러 발생

angora79 2023. 3. 3. 23:13

VM 을 시작하려고 하는데 Error: can't lock file '/var/lock/qemu-server ... 에러가 발생한다.

 

/var/lock/qemu-server/... 파일을 사용중인 것으로 인식하는 문제다.

 

며칠전 포스팅한 jenkins workspace 삭제안되는 것과 근본적으로는 동일한 원인이다.

https://angora79.tistory.com/11

 

프로세스가 사용한 파일을 여전히 사용중인 것으로 인식하는 문제..

 

해결책

  1. 문제가 발생한 pve2 노드 재시작
  2. /var/lock/qemu-server/lock-----.conf 파일 삭제

 

lock file /var/lock/qumu-server

https://forum.proxmox.com/threads/trying-to-aquire-lock-task-error-cant-lock-file-var-lock-qemu-server.16235/

 

trying to aquire lock...TASK ERROR: can't lock file '/var/lock/qemu-server/...

Please help. I am trying to stop a VM using command line on the node it was hosted. The reason I did it because we have a problem on the Node Web GUI and we badly needed to stop the VM. I used command #qm stop . This seems to work but when I start it using

forum.proxmox.com