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?