Configure StarLvmPlugin cluster lock timeout

Software-based VM-centric and flash-friendly VM storage + free version
Post Reply
rhp
Posts: 20
Joined: Mon Jun 08, 2026 12:13 pm

Tue Sep 15, 2026 12:38 pm

We are in the process of moving our workflows from vSphere to Proxmox.
Part of our workflows rely on creating snapshots and reverting to a "clean state" after running a suite of tests by rolling back to said snapshot.

We are using StarLvm (1.1.41) on Proxmox VE 9.2.4 to store the VMs and snapshots

On Proxmox we regularly see that creating, deleting, rolling back a snapshot fails on a timeout trying to acquire a cfs lock for this underlying storage:

Code: Select all

trying to acquire cfs lock 'storage-CITA' ...
trying to acquire cfs lock 'storage-CITA' ...
trying to acquire cfs lock 'storage-CITA' ...
trying to acquire cfs lock 'storage-CITA' ...
trying to acquire cfs lock 'storage-CITA' ...
trying to acquire cfs lock 'storage-CITA' ...
trying to acquire cfs lock 'storage-CITA' ...
trying to acquire cfs lock 'storage-CITA' ...
trying to acquire cfs lock 'storage-CITA' ...
TASK ERROR: cfs-lock 'storage-CITA' error: got lock request timeout
It seems that this timeout is set to 10 seconds. However, we observe that typical snapshot operations take 5 to 15 seconds to complete, which means that this timeout is relatively short in comparison.

Is there a means to increase the cluster-level lock on the storage to set it to a higher value?

Kind regards,

Ronald
rhp
Posts: 20
Joined: Mon Jun 08, 2026 12:13 pm

Tue Sep 15, 2026 1:11 pm

A related question: when this timeout happens and the task gets aborted, this leaves the VM in a locked state.
The only way to remove the lock is using root-level credentials, which we do not want to assign to just everyone.

Would it be possible to leave the VM unlocked if the cluster-lock cannot be obtained?
yaroslav (staff)
Staff
Posts: 4457
Joined: Mon Nov 18, 2019 11:11 am

Tue Sep 15, 2026 3:29 pm

Hi Ronald,

I've forwarded your request to the dev team. Hope to see improvements in future versions of the plugin.
yaroslav (staff)
Staff
Posts: 4457
Joined: Mon Nov 18, 2019 11:11 am

Thu Sep 17, 2026 3:17 pm

Hi,

Could you please collect the logs /opt/starwind/starwind-proxmox-plugin/collect_pve_logs.sh (please indicate the timestamp when the incident happened) and upload them here ? Thanks!
rhp
Posts: 20
Joined: Mon Jun 08, 2026 12:13 pm

Fri Sep 18, 2026 9:08 am

Hi Yaroslav,

These logs would be massive, and honestly, I do not think this provides any information that is not already clear.
Because of the growing LVM archive folder, LVM operations are slow sometimes, and we simply need a longer timeout value.

We have this running at our side with the changes I sent in a PM, with a timeout of 60 seconds, which looks like enough to fix this issue (for us).
yaroslav (staff)
Staff
Posts: 4457
Joined: Mon Nov 18, 2019 11:11 am

Fri Sep 18, 2026 10:06 am

Ronald,

Thanks. I hope they will address it soon. Thanks for your help.
We always need logs to log a bug case with dev team. Can you try uploading the logs here: https://www.starwindsoftware.com/support-form so I can follow the workflow?
Post Reply