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

Fix nil pointer dereference error in volume_stat_calculator #79851

Merged
merged 1 commit into from
Jul 25, 2019

Commits on Jul 6, 2019

  1. Return MetricsError with ErrCodeNotSupported code

    GetMetrics function expects MetricsError error
    with ErrCodeNotSupported code when driver for the volume
    does not support metrics
    Updated csi_metrics to return error when underlying csi
    driver does not have GET_VOLUME_STATS capability
    jparklab committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    528521c View commit details
    Browse the repository at this point in the history