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

Update to CSI 1.1.0 spec #123

Merged
merged 1 commit into from
Jun 20, 2019
Merged

Conversation

codenrhoden
Copy link
Member

@codenrhoden codenrhoden commented Jun 19, 2019

This patch updates GoCSI to use CSI 1.1.0. This adds support for two new
RPCs -- ControllerExpandVolume and NodeExpandVolume. The spec validator
is updated to properly handle the distinction between PublishContext and
VolumeContext, which used to be handled as VolumeAttributes and
PublishInfo, both of which are now gone. Both the Mock driver and the
csc utility are updated to handle these changes as well.

To facilitate this, the env var X_CSI_REQUIRE_PUB_VOL_CONTEXT and
X_CSI_REQUIRE_VOL_ATTRIBS are removed and replaced with
X_CSI_REQUIRE_VOL_CONTEXT and X_CSI_REQUIRE_PUB_CONTEXT.

This patch updates GoCSI to use CSI 1.1.0. This adds support for two new
RPCs -- ControllerExpandVolume and NodeExpandVolume. The spec validator
is updated to properly handle the distinction between PublishContext and
VolumeContext, which used to be handled as VolumeAttributes and
PublishInfo, both of which are now gone. Both the Mock driver and the
csc utility are updated to handle these changes as well.

To facilitate this, the env var X_CSI_REQUIRE_PUBVOL_CONTEXT is removed
and replaced with two vars: X_CSI_REQUIRE_VOL_CONTEXT and
X_CSI_REQUIRE_PUB_CONTEXT.
@codenrhoden codenrhoden merged commit c0d8133 into rexray:master Jun 20, 2019
@codenrhoden codenrhoden deleted the csi-1.1.0 branch June 20, 2019 14:47
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.

1 participant