My application creates VMs step by step, But usually some VM creation gets error.
trying to acquire lock...
TASK ERROR: unable to create VM 105 - can't lock file '/var/lock/pve-manager/pve-storage-local' - got timeout
It is a very simple configuration. There is only one directory storage with ext4 filesystem.
The application sends the creation request and picks up the taskID. After that it waits for the end of the task.
And after this it sneds the next one.
I didn't find API request for analyse the locks.
How can I check the locks?
trying to acquire lock...
TASK ERROR: unable to create VM 105 - can't lock file '/var/lock/pve-manager/pve-storage-local' - got timeout
It is a very simple configuration. There is only one directory storage with ext4 filesystem.
The application sends the creation request and picks up the taskID. After that it waits for the end of the task.
And after this it sneds the next one.
I didn't find API request for analyse the locks.
How can I check the locks?