Hello Forum,
Referring to this post I found:
https://forum.proxmox.com/threads/find-vms-with-lock.54492/post-251027
It says to install "jq" and use the following command:
to check for VM's with a lock on them.
I have a cluster of Proxmox servers. Will the above command look at all VM's in my cluster and report on any VM in my cluster that has a lock on them?
Thank you.
Referring to this post I found:
https://forum.proxmox.com/threads/find-vms-with-lock.54492/post-251027
It says to install "jq" and use the following command:
Code:
pvesh get /nodes/$(hostname)/qemu --output-format=json | jq -cr '.[] | select(.["lock"]) | .["vmid"]'
to check for VM's with a lock on them.
I have a cluster of Proxmox servers. Will the above command look at all VM's in my cluster and report on any VM in my cluster that has a lock on them?
Thank you.