[4.18] OCPBUGS-78037: add instantAccessDurationMinutes parameter to enable IA snapshots for PremiumV2/UltraSSD disks#130
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@RomanBednar: This pull request references Jira Issue OCPBUGS-78037, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this: 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/hold go.mod has replace directives towards my personal fork of cloud-provider-azure so we can test this PR easily. After we merge the cloud-provider-azure changes we'll update the replace here and can continue with merging this PR. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RomanBednar 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 |
8df93d1 to
3532740
Compare
|
/retest-required |
|
@RomanBednar: This pull request references Jira Issue OCPBUGS-78037, which is invalid:
Comment DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…t method Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…nable IA snapshots for PremiumV2/UltraSSD disks Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- match Driver V1 behaviour in V2 Driver code - V2 was removed upstream and backported, however we still have it in OpenShift - adapts the receiver from fakeDriver to fakeDriverV1 so that fakeDriverV1 satisfies the FakeDriver interface - move useDriverV2 flag declaration to azuredisk.go (from azuredisk_v2.go) so it is available in both V1 and V2 builds for test skipping - set shouldWaitForSnapshotReady = true in the fakeDriverV2 constructor to match fakeDriverV1 behavior - skip cross-region snapshot tests for v2 since DriverV2 does not implement cross-region snapshot support Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3532740 to
09678c4
Compare
|
@RomanBednar: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
This is a manual cherry-pick of: #128 (see the PR description for more details)