OCPBUGS-78291: Allow azure-disk sidecars to read VolumeAttributeClasses#525
OCPBUGS-78291: Allow azure-disk sidecars to read VolumeAttributeClasses#525jsafrane wants to merge 1 commit intoopenshift:mainfrom
Conversation
The driver supports volume modification and thus the sidecars need to be able to read VACs.
📝 WalkthroughWalkthroughAn import in the Azure Disk driver was aliased to 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment Tip CodeRabbit can suggest fixes for GitHub Check annotations.Configure the |
|
/jira refresh |
|
/test images |
|
/test |
|
/test all |
|
/jira refresh |
|
@jsafrane: This pull request references Jira Issue OCPBUGS-78291, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (wduan@redhat.com), skipping review request. 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. |
|
/testwith openshift/csi-operator/master/e2e-azure-csi openshift/cluster-storage-operator#683 |
|
@jsafrane, |
|
/testwith openshift/csi-operator/main/e2e-azure-csi openshift/cluster-storage-operator#683 |
555280d to
6b68fad
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsafrane 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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@test/e2e/azure-disk/storageclass-premium-v2.yaml`:
- Line 7: Replace the incorrect parameter key "skuname" with the correctly cased
"skuName" in the StorageClass parameters so the Azure Disk CSI driver
(disk.csi.azure.com) recognizes the SKU value (e.g., change skuname:
PremiumV2_LRS to skuName: PremiumV2_LRS); locate the parameter entry labeled
"skuname" in storageclass-premium-v2.yaml and update its key only, preserving
the value and surrounding YAML structure.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 514f648d-b401-4c74-98aa-0055761be30c
📒 Files selected for processing (3)
test/e2e/azure-disk/manifest.yamltest/e2e/azure-disk/storageclass-premium-v2.yamltest/e2e/azure-disk/volumeattributesclass.yaml
🚧 Files skipped from review as they are similar to previous changes (2)
- test/e2e/azure-disk/manifest.yaml
- test/e2e/azure-disk/volumeattributesclass.yaml
|
/testwith openshift/csi-operator/main/e2e-azure-csi openshift/cluster-storage-operator#683 |
6b68fad to
d20065f
Compare
|
/testwith openshift/csi-operator/main/e2e-azure-csi openshift/cluster-storage-operator#683 |
|
/testwith openshift/csi-operator/main/e2e-azure-csi openshift/cluster-storage-operator#683 |
|
@jsafrane: 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. |
|
/testwith openshift/csi-operator/main/e2e-azure-csi openshift/cluster-storage-operator#683 |
The driver supports volume modification and thus the sidecars need to be able to read VACs.
@openshift/storage