Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit b11e6d2

Browse files
author
Vaibhav Kamra
committed
Address review feedback
1 parent c7c6e2c commit b11e6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volume_stats_pvc_ref.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type VolumeStats struct {
4141
- The limitation of this approach is that we're limited to reporting only what is available in the pod spec (Pod namespace and PVC claimname)
4242

4343
### Option 2
44-
- Modify the ```volumemanager::GetMountedVolumesForPod()``` (or add a new function) to return additional volume information from the ASOW/DSOW caches
44+
- Modify the ```volumemanager::GetMountedVolumesForPod()``` (or add a new function) to return additional volume information from the actual/desired state-of-world caches
4545
- Use this to populate PVCRef in VolumeStats
4646

4747
- This allows us to get information not available in the Pod spec such as the PV name/UID which can be used to label metrics - enables exposing/querying volume metrics by PV name

0 commit comments

Comments
 (0)