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

Make driver functionality to work and adopt latest csi-lib-iscsi and csi spec 1.5.0 #70

Merged
merged 2 commits into from
Dec 3, 2021

Commits on Dec 2, 2021

  1. Make use of latest csi-lib-iscsi and csi spec 1.5.0

    Considering csi-lib-iscsi has good amount of fixes, it is
    good to consume latest commit and also good to use latest
    csi spec ie 1.5.0.
    
    This commit update the dependency of below projects:
    
    - github.com/container-storage-interface/spec v1.5.0
    - github.com/kubernetes-csi/csi-lib-iscsi v0.0.0-20211110090527-5c802c48a124
    - github.com/kubernetes-csi/csi-lib-utils v0.10.0
    - google.golang.org/grpc v1.38.0
    
    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    a2986d5 View commit details
    Browse the repository at this point in the history
  2. Add deployment artifacts for iscsi csi driver on linux

    - Get rid of Multipath field from the Connector build
    
    As we have done refactoring of iscsi lib to have a multipath
    logic from it, while builing the connector we dont need multipath
    formation from the buildSCSIConnector anymore. This commit get rid
    of the same and leave the logic to the iscsi lib.
    
    - Add lun information to the connector builder
    
    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    82830ff View commit details
    Browse the repository at this point in the history