weka / csi-wekafs

WekaFS Container Storage Interface (CSI) Plugin
Apache License 2.0
33 stars 6 forks source link

Per PVC statistics unavailable #271

Open davegreen opened 2 months ago

davegreen commented 2 months ago

I don't seem to be able to get metrics for each PVC mounted by the system from the Weka CSI driver, such as:

kubelet_volume_stats_capacity_bytes - the per-PVC capacity in bytes. kubelet_volume_stats_used_bytes - the per-PVC space usage in bytes. kubelet_volume_stats_available_bytes - the per-PVC free space in bytes.

Is there a specific configuration option needed to enable these, or is it not currently supported by the driver at present?

sergeyberezansky commented 2 months ago

Hello Dave, currently not supported.

davegreen commented 2 months ago

No worries, thanks for letting me know!