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

Feat/storagei #33

Merged
merged 7 commits into from
Apr 7, 2022
Merged

Feat/storagei #33

merged 7 commits into from
Apr 7, 2022

Conversation

jskazinski
Copy link

Adding a new golang storage interface layer allowing multiple storage protocols. The iscsi storage protocol "iscsi"
implemented and tested. Stubs were added for "fc" and "sas". This feature requires that the user add a new "storageProtocol"
property to the StorageClass YAML file. If one is not added, "iscsi" is used as the default storage protocol. In addition,
the volume name returned by this driver is augmented to contain "name" + "##" + "storage protocol". This allows other driver
calls, like NodeUnpublishVolume, to know which storage protocol was used when the volume was created and mounted.

@jskazinski jskazinski self-assigned this Mar 29, 2022
Copy link
Collaborator

@seagate-chris seagate-chris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@jskazinski jskazinski merged commit e33d829 into main Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants