Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does openshift provide any alert on persistent volume capacity threshold approaching #18030

Closed
lanliu99 opened this issue Jan 9, 2018 · 3 comments

Comments

@lanliu99
Copy link

lanliu99 commented Jan 9, 2018

Version

3.7

Steps To Reproduce
  1. configure pv yml:
apiVersion: v1
kind: PersistentVolume
metadata:
  name: mysqldb-volume
spec:
  capacity:
    storage: 1Gi
  accessModes:
  - ReadWriteOnce
  hostPath:
    path: /root/mypv1
  1. create pvc
Current Result

/root/mypv1 can be used successfully.

Expected Result

When capacity under /root/mypv1 is approaching 1G, does openshift alert?

@php-coder
Copy link
Contributor

@openshift/sig-storage

@gnufied
Copy link
Member

gnufied commented Jan 9, 2018

No openshift does not alert. We have recently introduced per pvc usage metrics - so you can use that to create alerts yourself - #16205

@lanliu99
Copy link
Author

hi Gnufied,

Thanks for help.

Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants