Proxmox Snapshots with ram

I’m testing linstor for proxmox, currently running pve 8.2.2, whenever I try to take a snapshot of a vm with ram included, I get the following error

TASK ERROR: allocated name ('vm-104-state-xbcvb') has to be a valid UUID or legacy name, or cloud-init name at /usr/share/perl5/PVE/Storage/Custom/LINSTORPlugin.pm line 381.

Snapshots without ram included work just fine

snapshotting 'drive-scsi0' (nvme-storage:pm-be4f3d1f_104)
TASK OK

It looks like it might have to do with the naming change recently, as the allocated name for the disk it’s attempting to create is vm-104-state-, and not the linstor uuid name.

Is there anything I can do to assist?

Thanks for pointing that out.

Is there anything I can do to assist?

Opening an issue on GitHub would be much appreciated. Our developers can take it from there.

Looks like we addressed this, can you please try:

GIT: linstor-proxmox version 8.0.2 · LINBIT/linstor-proxmox@11ac404 · GitHub

TGZ: https://pkg.linbit.com//downloads/connectors/linstor-proxmox-8.0.2.tar.gz

Tested and working. I appreciate the prompt response