summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVaibhav Kamra <vkamra@kasten.io>2017-08-30 10:34:02 -0700
committerVaibhav Kamra <vkamra@kasten.io>2017-08-30 10:34:02 -0700
commit94be197b504960a802a9b54ad9e4b582bc0de5ce (patch)
treee7550f22aee8da97335be367086e173ca109c0bc
parent8f90478df125f17748b02ae64eba3aeb7475dfc6 (diff)
Add PV use case
-rw-r--r--contributors/design-proposals/volume_stats_pvc_ref.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/contributors/design-proposals/volume_stats_pvc_ref.md b/contributors/design-proposals/volume_stats_pvc_ref.md
index 0720a19f..1b2f599b 100644
--- a/contributors/design-proposals/volume_stats_pvc_ref.md
+++ b/contributors/design-proposals/volume_stats_pvc_ref.md
@@ -48,6 +48,9 @@ type VolumeStats struct {
- It's unclear whether this is a use case we need to/should support:
* Volume metrics are only refreshed for mounted volumes which implies a bound/available PVC
* We expect most user-storage interactions to be via the PVC
+- Admins monitoring PVs (and not PVC's) so that they know when their users are running out of space or are over-provisioning would be a use case supporting adding PV information to
+ metrics
+