-
Notifications
You must be signed in to change notification settings - Fork 475
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
[OCPCLOUD-1475] machine: update azure-ultra-disks with data disk deletion policy #1070
[OCPCLOUD-1475] machine: update azure-ultra-disks with data disk deletion policy #1070
Conversation
lgtm |
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.
Couple of nits, otherwise I think I'm ok with this
What are the upstream API values? Are they also Delete and Detach?
CC @jstuever Just wanted to give you a heads up that we will need to adjust the installer configuration to allow for the user to decide how they want to retain their disks |
@JoelSpeed correct, the upstream values are Delete and Detach. See https://github.com/Azure/azure-sdk-for-go/blob/bea25d2e2710632d5814b1a01a0b19ff10561ac6/services/compute/mgmt/2021-12-01/compute/models.go#L3012-L3013. |
6b6b63a
to
6e67656
Compare
6e67656
to
7039304
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed 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 |
@damdo: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
/lgtm |
API reviewed and merged. |
/unhold |
/hold cancel |
It adds logic to allow specifying the deletionPolicy field for a Data Disk and pass it down to the provider. It's part of the changes proposed in openshift/enhancements#1070
It adds logic to allow specifying the deletionPolicy field for a Data Disk and pass it down to the provider. It's part of the changes proposed in openshift/enhancements#1070
As a follow up to #1021 we would like to add a field to define the deletion policy for Azure Data Disks.