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

Invalid behavior on reported volume capacity #136

Closed
wants to merge 1 commit into from

Commits on Sep 14, 2018

  1. Invalid behavior on reported volume capacity

    CSI spec states:
      // The capacity of the volume in bytes. This field is OPTIONAL. If not
      // set (value of 0), it indicates that the capacity of the volume is
      // unknown (e.g., NFS share).
      // The value of this field MUST NOT be negative.
    
    A plugin that returns 0 will trigger an error while it is valid according to spec.
    jfremy authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    8a2383c View commit details
    Browse the repository at this point in the history