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

Added full cinder ID to candidateDeviceNodes #853

Merged

Conversation

chrigl
Copy link
Contributor

@chrigl chrigl commented Nov 27, 2019

What this PR does / why we need it:

candidateDeviceNodes now also accept the full volumeID.
This seems to be needed on OpenStack Train and/or newer versions of libvirt (See #852 (comment))

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #852

Special notes for your reviewer:

Release note:

candidateDeviceNodes now also accept the full volumeID
@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 27, 2019
@theopenlab-ci
Copy link

theopenlab-ci bot commented Nov 27, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Nov 27, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Nov 27, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Nov 27, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Nov 27, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Nov 27, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Nov 27, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Nov 27, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Nov 27, 2019

Build succeeded.

@chrigl
Copy link
Contributor Author

chrigl commented Nov 27, 2019

/assign @adisky
/assign @ramineni

@chrigl chrigl changed the title WIP Added full cinder ID to candidateDeviceNodes Added full cinder ID to candidateDeviceNodes Nov 27, 2019
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 27, 2019
@ramineni
Copy link
Contributor

Thanks.
/lgtm

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

adisky commented Nov 28, 2019

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adisky

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 Nov 28, 2019
@k8s-ci-robot k8s-ci-robot merged commit ca79a0e into kubernetes:master Nov 28, 2019
@morind
Copy link

morind commented Jun 17, 2020

Is this fix available in one Kubernetes version ?
Same issue at the moment on kubernetes 1.15 and 1.17.6. Persistent volumes based on Cinder cannot be mounted.

@lingxiankong
Copy link
Contributor

@morind You can use higher cinder-csi or occm version with lower k8s version.

powellchristoph pushed a commit to powellchristoph/cloud-provider-openstack that referenced this pull request Jan 19, 2022
candidateDeviceNodes now also accept the full volumeID
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/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cinder CSI device path can contain full cinder uuid instead of shorten one
6 participants