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

Implement NodeGetVolumeStats #5

Closed
megian opened this issue Dec 9, 2022 · 1 comment · Fixed by #20
Closed

Implement NodeGetVolumeStats #5

megian opened this issue Dec 9, 2022 · 1 comment · Fixed by #20

Comments

@megian
Copy link

megian commented Dec 9, 2022

CSI driver NodeGetVolumeStats are essential, as it can cause disks went full, which caused production workload went down.

func (d *Driver) NodeGetVolumeStats(ctx context.Context, req *csi.NodeGetVolumeStatsRequest) (*csi.NodeGetVolumeStatsResponse, error) {

Possibly digitalocean/csi-digitalocean#197 might be a reference.

@pavel-github
Copy link
Collaborator

pavel-github commented Dec 19, 2022

👋 hey @megian, thanks for your input 👍.

We'll take a look on it with the team and update the issue, how we'll proceed.

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

Successfully merging a pull request may close this issue.

2 participants