Skip to content

OCPBUGS-80930: Add explicit cachingMode for UltraSSD StorageClass#77362

Open
Phaow wants to merge 3 commits intoopenshift:mainfrom
Phaow:hotfix
Open

OCPBUGS-80930: Add explicit cachingMode for UltraSSD StorageClass#77362
Phaow wants to merge 3 commits intoopenshift:mainfrom
Phaow:hotfix

Conversation

@Phaow
Copy link
Copy Markdown
Contributor

@Phaow Phaow commented Apr 3, 2026

...
2026-04-03T02:30:16.010555510Z E0403 02:30:16.010526       1 utils.go:110] GRPC error: rpc error: code = Internal desc = Attach volume pvc-c815310f-5489-4680-abf4-a6bbb84ace72 to instance ci-op-pb7r2m8f-ccb8f-tbtr9-worker-eastus2-xgxk2 failed with PUT https://management.azure.com/subscriptions/d38f1e38-4bed-438e-b227-833f997adf6a/resourceGroups/ci-op-pb7r2m8f-ccb8f-tbtr9-rg/providers/Microsoft.Compute/virtualMachines/ci-op-pb7r2m8f-ccb8f-tbtr9-worker-eastus2-xgxk2
2026-04-03T02:30:16.010555510Z --------------------------------------------------------------------------------
2026-04-03T02:30:16.010555510Z RESPONSE 400: 400 Bad Request
2026-04-03T02:30:16.010555510Z ERROR CODE: InvalidParameter
2026-04-03T02:30:16.010555510Z --------------------------------------------------------------------------------
2026-04-03T02:30:16.010555510Z {
2026-04-03T02:30:16.010555510Z   "error": {
2026-04-03T02:30:16.010555510Z     "code": "InvalidParameter",
2026-04-03T02:30:16.010555510Z     "message": "Storage Account type UltraSSD_LRS is not supported with caching type ReadOnly. Please use caching type None.",
2026-04-03T02:30:16.010555510Z     "target": "dataDisk.caching"
2026-04-03T02:30:16.010555510Z   }
2026-04-03T02:30:16.010555510Z }
2026-04-03T02:30:16.010555510Z --------------------------------------------------------------------------------
...

Signed-off-by: Penghao <pewang@redhat.com>
@openshift-ci-robot openshift-ci-robot added jira/severity-moderate Referenced Jira bug's severity is moderate for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. labels Apr 3, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@Phaow: This pull request references Jira Issue OCPBUGS-80930, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @Phaow

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

  • UltraSSD_LRS only support None caching mode, in vac test jobs we must add explicit cachingMode for UltraSSD StorageClass.
    Failure record
...
2026-04-03T02:30:16.010555510Z E0403 02:30:16.010526       1 utils.go:110] GRPC error: rpc error: code = Internal desc = Attach volume pvc-c815310f-5489-4680-abf4-a6bbb84ace72 to instance ci-op-pb7r2m8f-ccb8f-tbtr9-worker-eastus2-xgxk2 failed with PUT https://management.azure.com/subscriptions/d38f1e38-4bed-438e-b227-833f997adf6a/resourceGroups/ci-op-pb7r2m8f-ccb8f-tbtr9-rg/providers/Microsoft.Compute/virtualMachines/ci-op-pb7r2m8f-ccb8f-tbtr9-worker-eastus2-xgxk2
2026-04-03T02:30:16.010555510Z --------------------------------------------------------------------------------
2026-04-03T02:30:16.010555510Z RESPONSE 400: 400 Bad Request
2026-04-03T02:30:16.010555510Z ERROR CODE: InvalidParameter
2026-04-03T02:30:16.010555510Z --------------------------------------------------------------------------------
2026-04-03T02:30:16.010555510Z {
2026-04-03T02:30:16.010555510Z   "error": {
2026-04-03T02:30:16.010555510Z     "code": "InvalidParameter",
2026-04-03T02:30:16.010555510Z     "message": "Storage Account type UltraSSD_LRS is not supported with caching type ReadOnly. Please use caching type None.",
2026-04-03T02:30:16.010555510Z     "target": "dataDisk.caching"
2026-04-03T02:30:16.010555510Z   }
2026-04-03T02:30:16.010555510Z }
2026-04-03T02:30:16.010555510Z --------------------------------------------------------------------------------
...

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.

@openshift-ci-robot openshift-ci-robot added the jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. label Apr 3, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 3, 2026

@openshift-ci-robot: GitHub didn't allow me to request PR reviews from the following users: Phaow.

Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

@Phaow: This pull request references Jira Issue OCPBUGS-80930, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @Phaow

The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

  • UltraSSD_LRS only support None caching mode, in vac test jobs we must add explicit cachingMode for UltraSSD StorageClass.
    Failure record
...
2026-04-03T02:30:16.010555510Z E0403 02:30:16.010526       1 utils.go:110] GRPC error: rpc error: code = Internal desc = Attach volume pvc-c815310f-5489-4680-abf4-a6bbb84ace72 to instance ci-op-pb7r2m8f-ccb8f-tbtr9-worker-eastus2-xgxk2 failed with PUT https://management.azure.com/subscriptions/d38f1e38-4bed-438e-b227-833f997adf6a/resourceGroups/ci-op-pb7r2m8f-ccb8f-tbtr9-rg/providers/Microsoft.Compute/virtualMachines/ci-op-pb7r2m8f-ccb8f-tbtr9-worker-eastus2-xgxk2
2026-04-03T02:30:16.010555510Z --------------------------------------------------------------------------------
2026-04-03T02:30:16.010555510Z RESPONSE 400: 400 Bad Request
2026-04-03T02:30:16.010555510Z ERROR CODE: InvalidParameter
2026-04-03T02:30:16.010555510Z --------------------------------------------------------------------------------
2026-04-03T02:30:16.010555510Z {
2026-04-03T02:30:16.010555510Z   "error": {
2026-04-03T02:30:16.010555510Z     "code": "InvalidParameter",
2026-04-03T02:30:16.010555510Z     "message": "Storage Account type UltraSSD_LRS is not supported with caching type ReadOnly. Please use caching type None.",
2026-04-03T02:30:16.010555510Z     "target": "dataDisk.caching"
2026-04-03T02:30:16.010555510Z   }
2026-04-03T02:30:16.010555510Z }
2026-04-03T02:30:16.010555510Z --------------------------------------------------------------------------------
...

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.

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-sigs/prow repository.

@openshift-ci openshift-ci bot requested review from gnufied and mpatlasov April 3, 2026 06:36
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 3, 2026
@Phaow
Copy link
Copy Markdown
Contributor Author

Phaow commented Apr 3, 2026

/pj-rehearse pull-ci-openshift-csi-operator-main-e2e-azure-csi-volumeattributesclass

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@Phaow: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@Phaow: This pull request references Jira Issue OCPBUGS-80930, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @Phaow

Details

In response to this:

...
2026-04-03T02:30:16.010555510Z E0403 02:30:16.010526       1 utils.go:110] GRPC error: rpc error: code = Internal desc = Attach volume pvc-c815310f-5489-4680-abf4-a6bbb84ace72 to instance ci-op-pb7r2m8f-ccb8f-tbtr9-worker-eastus2-xgxk2 failed with PUT https://management.azure.com/subscriptions/d38f1e38-4bed-438e-b227-833f997adf6a/resourceGroups/ci-op-pb7r2m8f-ccb8f-tbtr9-rg/providers/Microsoft.Compute/virtualMachines/ci-op-pb7r2m8f-ccb8f-tbtr9-worker-eastus2-xgxk2
2026-04-03T02:30:16.010555510Z --------------------------------------------------------------------------------
2026-04-03T02:30:16.010555510Z RESPONSE 400: 400 Bad Request
2026-04-03T02:30:16.010555510Z ERROR CODE: InvalidParameter
2026-04-03T02:30:16.010555510Z --------------------------------------------------------------------------------
2026-04-03T02:30:16.010555510Z {
2026-04-03T02:30:16.010555510Z   "error": {
2026-04-03T02:30:16.010555510Z     "code": "InvalidParameter",
2026-04-03T02:30:16.010555510Z     "message": "Storage Account type UltraSSD_LRS is not supported with caching type ReadOnly. Please use caching type None.",
2026-04-03T02:30:16.010555510Z     "target": "dataDisk.caching"
2026-04-03T02:30:16.010555510Z   }
2026-04-03T02:30:16.010555510Z }
2026-04-03T02:30:16.010555510Z --------------------------------------------------------------------------------
...

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.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 3, 2026

@openshift-ci-robot: GitHub didn't allow me to request PR reviews from the following users: Phaow.

Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

@Phaow: This pull request references Jira Issue OCPBUGS-80930, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @Phaow

In response to this:

...
2026-04-03T02:30:16.010555510Z E0403 02:30:16.010526       1 utils.go:110] GRPC error: rpc error: code = Internal desc = Attach volume pvc-c815310f-5489-4680-abf4-a6bbb84ace72 to instance ci-op-pb7r2m8f-ccb8f-tbtr9-worker-eastus2-xgxk2 failed with PUT https://management.azure.com/subscriptions/d38f1e38-4bed-438e-b227-833f997adf6a/resourceGroups/ci-op-pb7r2m8f-ccb8f-tbtr9-rg/providers/Microsoft.Compute/virtualMachines/ci-op-pb7r2m8f-ccb8f-tbtr9-worker-eastus2-xgxk2
2026-04-03T02:30:16.010555510Z --------------------------------------------------------------------------------
2026-04-03T02:30:16.010555510Z RESPONSE 400: 400 Bad Request
2026-04-03T02:30:16.010555510Z ERROR CODE: InvalidParameter
2026-04-03T02:30:16.010555510Z --------------------------------------------------------------------------------
2026-04-03T02:30:16.010555510Z {
2026-04-03T02:30:16.010555510Z   "error": {
2026-04-03T02:30:16.010555510Z     "code": "InvalidParameter",
2026-04-03T02:30:16.010555510Z     "message": "Storage Account type UltraSSD_LRS is not supported with caching type ReadOnly. Please use caching type None.",
2026-04-03T02:30:16.010555510Z     "target": "dataDisk.caching"
2026-04-03T02:30:16.010555510Z   }
2026-04-03T02:30:16.010555510Z }
2026-04-03T02:30:16.010555510Z --------------------------------------------------------------------------------
...

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.

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-sigs/prow repository.

Signed-off-by: Penghao <pewang@redhat.com>
@Phaow
Copy link
Copy Markdown
Contributor Author

Phaow commented Apr 3, 2026

/pj-rehearse pull-ci-openshift-csi-operator-main-e2e-azure-csi-volumeattributesclass

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@Phaow: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@Phaow
Copy link
Copy Markdown
Contributor Author

Phaow commented Apr 3, 2026

/pj-rehearse pull-ci-openshift-csi-operator-main-e2e-azure-csi-volumeattributesclass

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@Phaow: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@Phaow
Copy link
Copy Markdown
Contributor Author

Phaow commented Apr 3, 2026

/pj-rehearse pull-ci-openshift-csi-operator-main-e2e-azure-csi-volumeattributesclass

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@Phaow: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 3, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Phaow

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: Penghao <pewang@redhat.com>
@Phaow
Copy link
Copy Markdown
Contributor Author

Phaow commented Apr 3, 2026

/pj-rehearse pull-ci-openshift-csi-operator-main-e2e-azure-csi-volumeattributesclass

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@Phaow: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@Phaow: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-csi-operator-main-e2e-azure-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-5.0-e2e-azure-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.23-e2e-azure-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.22-e2e-azure-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.21-e2e-azure-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.20-e2e-azure-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.19-e2e-azure-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.18-e2e-azure-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.17-e2e-azure-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.16-e2e-azure-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-main-e2e-azure-csi-hypershift openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-5.0-e2e-azure-csi-hypershift openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.23-e2e-azure-csi-hypershift openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.22-e2e-azure-csi-hypershift openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-main-e2e-azure-csi-volumeattributesclass openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-5.0-e2e-azure-csi-volumeattributesclass openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.23-e2e-azure-csi-volumeattributesclass openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.22-e2e-azure-csi-volumeattributesclass openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-main-e2e-azurestack-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-5.0-e2e-azurestack-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.23-e2e-azurestack-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.22-e2e-azurestack-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.21-e2e-azurestack-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.20-e2e-azurestack-csi openshift/csi-operator presubmit Registry content changed
pull-ci-openshift-csi-operator-release-4.19-e2e-azurestack-csi openshift/csi-operator presubmit Registry content changed

A total of 130 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 3, 2026

@Phaow: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/openshift/csi-operator/main/e2e-azure-csi-volumeattributesclass 54698fc link unknown /pj-rehearse pull-ci-openshift-csi-operator-main-e2e-azure-csi-volumeattributesclass

Full PR test history. Your PR dashboard.

Details

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-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/severity-moderate Referenced Jira bug's severity is moderate for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants