⚠️ Add OpenStackMachineSpec.RootVolume.UseMachineAZ#1662
⚠️ Add OpenStackMachineSpec.RootVolume.UseMachineAZ#1662mdbooth wants to merge 3 commits intokubernetes-sigs:mainfrom
Conversation
|
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mdbooth The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
If I understand correctly, this means that by default, we will not explicitly request an AZ for Cinder and will instead get whatever is provided by Cinder. If you set UseMachineAZ=true, you'll get the Compute AZ, and if you set AvailabilityZone=foo, you'll get the foo AZ. If so, this makes sense to me.
The one suggestion for improvement I have is to name the option [cinder] cross_az_attach and default it to True. This is the name of an option in Nova which, when set to False, causes Nova to use the AZ of the compute host when creating the volume. Assuming people understand this option, we could make their lives a bit easier through aligning the two? Again though, I'm happy with this also.
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
|
PR needs rebase. DetailsInstructions 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. |
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
|
/remove-lifecycle rotten |
|
Fixed by #2008 |
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
/remove-lifecycle stale |
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
We'll redesign this when it comes up again. I don't think there's value in keeping this PR around. |
What this PR does / why we need it:
TODO: write me
Fixes #1649
cc @stephenfin
/hold