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

Moves iscsi csi-driver from kubernetes-csi/drivers mono-repo #2

Merged
merged 23 commits into from
Feb 15, 2019

Conversation

prateekpandey14
Copy link
Member

This PR is to setup and migrate the ISCSI CSI driver from drivers mono repo to its own repository.

  • Copies source from drivers mono repo
  • Rearrange packages and names
  • Adjust Makefile and other build files
  • Update README documentation

chakri-nelluri and others added 22 commits December 4, 2017 15:01
Add some unit tests & improve logging
refactor csi-common and hostpath plugin  to use new api objects
This patch updates the README for plugins for CSI 0.2.0.
It includes the following changes:
- Updates the CSC tool location
- Removes "get supported versions" because that was removed
  from CSI.
The AttachDisk and DetachDisk methods were appending volume name to the supplied target path which was causing the disk to be mounted at wrong path. Further the unmounting of the disk fails as kubelet could not find any mounted device at the actual mount path. This commit removes the appended volume name.
Fix mount/unmount path of iscsi driver.
Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Feb 13, 2019
@msau42
Copy link
Collaborator

msau42 commented Feb 13, 2019

/assign @j-griffith

@k8s-ci-robot
Copy link
Contributor

@msau42: GitHub didn't allow me to assign the following users: j-griffith.

Note that only kubernetes-csi members and repo collaborators can be assigned and that issues/PRs can only have 10 assignees at the same time.
For more information please see the contributor guide

In response to this:

/assign @j-griffith

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
@j-griffith
Copy link

@prateekpandey14 Cool! Thanks for putting all the commit history together. There are a number of things still needed (capabilities etc) but this seems like a good initial move of the existing code to work from. I'd propose merging this and then working on the remaining pieces and updates.

/LGTM

@k8s-ci-robot
Copy link
Contributor

@j-griffith: changing LGTM is restricted to assignees, and only kubernetes-csi/csi-driver-iscsi repo collaborators may be assigned issues.

In response to this:

@prateekpandey14 Cool! Thanks for putting all the commit history together. There are a number of things still needed (capabilities etc) but this seems like a good initial move of the existing code to work from. I'd propose merging this and then working on the remaining pieces and updates.

/LGTM

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@saad-ali
Copy link
Member

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 15, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: prateekpandey14, saad-ali

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 15, 2019
@k8s-ci-robot k8s-ci-robot merged commit 627fdbf into kubernetes-csi:master Feb 15, 2019
@prateekpandey14 prateekpandey14 deleted the iscsi-driver branch February 18, 2019 09:45
pohly pushed a commit to pohly/csi-driver-iscsi that referenced this pull request Feb 20, 2019
README.md: fix repo URL for initial setup
humblec pushed a commit to humblec/csi-driver-iscsi that referenced this pull request Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.