-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Add cinder_csi_ignore_volume_az #7624
Add cinder_csi_ignore_volume_az #7624
Conversation
Hi @chnyda. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/cc @oomichi
0cd6481
to
ee68229
Compare
ee68229
to
c9fd445
Compare
Thank you for updating. /ok-to-test |
Signed-off-by: Cedric Hnyda <[email protected]>
c9fd445
to
1f609b8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, all good for me 👍 (sorry about the delay btw)
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chnyda, floryut 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 |
/lgtm |
Signed-off-by: Cedric Hnyda <[email protected]>
Signed-off-by: Cedric Hnyda <[email protected]>
Signed-off-by: Cedric Hnyda [email protected]
What type of PR is this?
/kind feature
What this PR does / why we need it:
The PR adds the option in kubespray:
cinder_ignore_volume_az
introduced by kubernetes/cloud-provider-openstack#1307.Optional. When
Topology
feature enabled, by default, PV volume node affinity is populated with volume accessible topology, which is volume AZ. But, some of the openstack users do not have compute zones named exactly the same as volume zones. This might cause pods to go in pending state as no nodes available in volume AZ. Enablingignore-volume-az=true
, ignores volumeAZ and schedules on any of the available node AZ.It concerns cinder csi configuration.