synology-csi icon indicating copy to clipboard operation
synology-csi copied to clipboard

Lable for iscsi volumes

Open jhueppauff opened this issue 2 years ago • 4 comments

Hi,

it would be great to have an identifiable name for SAN/ISCI volumes. Id works, but if a pvc was deleted it is hard to know which volume can be deleted safely. I know it is shown as ready instead of connected. But it would be great to have some way to know what volume is used for what without relying on kubernetes

jhueppauff avatar Jul 24 '22 20:07 jhueppauff

I totally agree, even a namespace label would be extremely helpful

matfiz avatar Oct 10 '22 10:10 matfiz

Hi,

I submitted https://github.com/democratic-csi/democratic-csi/issues/282 for them to support exactly that, you might want to give it a try too as synology-csi is not compatible with Talos nodes out of the box.

Cheers !

Twanislas avatar Mar 21 '23 09:03 Twanislas

With https://kubernetes-csi.github.io/docs/external-provisioner.html#persistentvolumeclaim-and-persistentvolume-parameter we can get the name/namespace sent to the controller and add it to the dsm api call as a description or even directly in the name.

Should be fairly easy to add.

vaskozl avatar Sep 13 '23 01:09 vaskozl

https://github.com/SynologyOpenSource/synology-csi/issues/21 is similar (desc instead of name).

vaskozl avatar Sep 13 '23 19:09 vaskozl