Skip to content

Commit

Permalink
fixup! add check for shared volumes in getVolumeStats (#2419)
Browse files Browse the repository at this point in the history
Signed-off-by: dahuang <[email protected]>
  • Loading branch information
dahuang-purestorage committed Feb 21, 2024
1 parent d002e28 commit 6d71f63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -1491,3 +1491,8 @@ func (s *ProxySpec) GetPureFullVolumeName() string {

return ""
}

const (
// SharedVolExportPrefix is the export path where shared volumes are mounted
SharedVolExportPrefix = "/var/lib/osd/pxns"
)

0 comments on commit 6d71f63

Please sign in to comment.