LINBIT / linstor-proxmox

Integration pluging bridging LINSTOR to Proxmox VE
31 stars 7 forks source link

Creating a snapshot is failing on a Diskless node #14

Closed acidrop closed 6 years ago

acidrop commented 6 years ago

Not sure if this is a limitation of LINSTOR in general, or a bug in linstor-proxmox plugin.

Creating a snapshot on a Diskless node is failing with the following error (pve gui):

ERROR: Description: Cannot create snapshot from diskless resource on node 'pve1' Details: Nodes: pve1; Resource: vm-101-disk-1, Snapshot: snap_vm-101-disk-1_snap1 Show reports: linstor error-reports show 5BE9E936-00000-000003 snapshot create failed: starting cleanup TASK ERROR: Could not create snapshot for vm-101-disk-1 on pve1: exit code 10

drbdadm status view:

root@pve1:~# drbdadm status vm-101-disk-1 vm-101-disk-1 role:Primary disk:Diskless pve2 role:Secondary peer-disk:UpToDate pve3 role:Secondary peer-disk:UpToDate

Same process succeeds on a Diskful node.