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

Add CSI connection #2

Merged
merged 5 commits into from
Oct 30, 2017
Merged

Add CSI connection #2

merged 5 commits into from
Oct 30, 2017

Commits on Oct 29, 2017

  1. Add CSIConnection

    CSIConnection connects to CSI driver and handles all CSI calls.
    jsafrane committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    83a5193 View commit details
    Browse the repository at this point in the history
  2. Connect to real CSI

    csi-attacher now connects to a real CSI and uses its driver name. For now,
    it expects that the CSI does not support ControllerPublish calls and marks
    all VolumeAttachment objects as attached.
    jsafrane committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    436a188 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Vendor

    jsafrane committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    6c707c3 View commit details
    Browse the repository at this point in the history
  2. Fix connection timeout.

    Dial() always succeeds, attacher must wait until the connection is Ready.
    jsafrane committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    90984da View commit details
    Browse the repository at this point in the history
  3. Update README

    jsafrane committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    29e3bde View commit details
    Browse the repository at this point in the history