synology-csi
synology-csi copied to clipboard
Lable for iscsi volumes
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
I totally agree, even a namespace label would be extremely helpful
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 !
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.
https://github.com/SynologyOpenSource/synology-csi/issues/21 is similar (desc instead of name).