-
Notifications
You must be signed in to change notification settings - Fork 39
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
How to process nodepublishvolume and nodeunpublishvolume for CSI? #7
Milestone
Comments
sushanthakumar
pushed a commit
to sushanthakumar/nbp
that referenced
this issue
Jan 19, 2020
kumarashit
added a commit
that referenced
this issue
Feb 5, 2020
* Update version of k8s csi image (#7) * csi image version update for file plugin deployment Co-authored-by: Erik <lynheell@gmail.com> Co-authored-by: Ashit Kumar <akopensrc@gmail.com>
kumarashit
added a commit
that referenced
this issue
Feb 28, 2020
* Adding First set of Unit Test files for VRO * ReadMe and Configuration file for VRO test Automation * format test files, correct spacing * NGC Automation for OpenSDS adapter * hostpath type change for iscsi dir (#10) * vendor changes update * Fix for list snapshot issue * add only snapshots whose status is available to the list * Fix for 341 342 309 * [CSI] Update version of k8s csi container images (#333) * Update version of k8s csi image (#7) * csi image version update for file plugin deployment Co-authored-by: Erik <lynheell@gmail.com> Co-authored-by: Ashit Kumar <akopensrc@gmail.com> * [CSI] Support for multiple initiator infos (#335) * Initiator fix * Update vendor Co-authored-by: Erik <lynheell@gmail.com> Co-authored-by: Ashit Kumar <akopensrc@gmail.com> * [CSI] Removal of host devices during volume detach (#336) * remove host device while unstage * Fix sg_scan not found issue (#6) Co-authored-by: liuqing <liuqinguestc@163.com> * Update csi/plugins/block/volume.go Co-Authored-By: Ashit Kumar <akopensrc@gmail.com> Co-authored-by: zengyingzhe <52645009+zengyingzhe@users.noreply.github.com> Co-authored-by: Erik <lynheell@gmail.com> Co-authored-by: liuqing <liuqinguestc@163.com> Co-authored-by: Ashit Kumar <akopensrc@gmail.com> * Declaring constants for unit tests * DatastoreServiceImpl create method Unit testing (#350) * modified: pom.xml new file: src/test/java/service/impl/DatastoreTest.java * renamed: src/test/java/service/impl/DatastoreTest.java -> src/test/java/org/opensds/vmware/ngc/service/impl/DatastoreTest.java * modified: src/test/java/org/opensds/vmware/ngc/service/impl/DatastoreTest.java Co-authored-by: Ashit Kumar <akopensrc@gmail.com> * Delete Gopkg.lock * Revert "Delete Gopkg.lock" This reverts commit e2d8d3e. * syncing with dec * updating default test config values * updating default test config values * Conflict resolution * vendor update based on v0.10.0 (#364) Co-authored-by: Najmudheen <45681499+NajmudheenCT@users.noreply.github.com> Co-authored-by: Najmudheen <45681499+NajmudheenCT@users.noreply.github.com> Co-authored-by: Ashit Kumar <akopensrc@gmail.com> Co-authored-by: Erik <lynheell@gmail.com> Co-authored-by: zengyingzhe <52645009+zengyingzhe@users.noreply.github.com> Co-authored-by: liuqing <liuqinguestc@163.com> Co-authored-by: soumiksgithub <soumik.ghosh4@wipro.com> Co-authored-by: Sanil Kumar <skdsanil@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a BUG REPORT or FEATURE REQUEST?:
/kind feature
What happened: When I began to develop nbp plugin for csi. I have noticed that we need to do something like nodepublishvolume and nodeunpublishvolume as the csi defines.nodepublishvolume and nodeunpublishvolume actually include volume mount/unmount and volume attach/detach.
But for the nbp project, different opensds controller backends have different attach and detach process.
and nbp actually doesn't know that the current volume is created by which kind of opensds controller backends.so it is not possible to process nodepublishvolume and nodeunpublishvolume.
What you expected to happen: The solution for attach and detach.
How to reproduce it (as minimally and precisely as possible): N/A
Anything else we need to know?: N/A
Environment:
uname -a
): linuxThe text was updated successfully, but these errors were encountered: