OCPBUGS-80930 | Fix UltraSSD StorageClass to not override cluster default#77248
OCPBUGS-80930 | Fix UltraSSD StorageClass to not override cluster default#77248openshift-merge-bot[bot] merged 2 commits intoopenshift:mainfrom
Conversation
|
/test e2e-azure-csi-volumeattributesclass |
|
@radeore: The specified target(s) for The following commands are available to trigger optional jobs: Use 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 kubernetes-sigs/prow repository. |
|
/pj-rehearse pull-ci-openshift-csi-operator-main-e2e-azure-csi-volumeattributesclass |
|
@radeore: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/rehearsals-ack |
|
/pj-rehearse ack |
|
@radeore: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
...zure-disk-ultrassd/storage-conf-storageclass-pre-set-default-azure-disk-ultrassd-commands.sh
Show resolved
Hide resolved
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openshift-csi-operator-main-e2e-azure-csi-volumeattributesclass |
|
@radeore: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Phaow, radeore 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 |
|
I could see the install succeed, let's go ahead merge this and rehearse in openshift/csi-operator#538 . |
|
/pj-rehearse skip |
|
@Phaow: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@radeore: The following test 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. |
64eeb8e
into
openshift:main
Summary
Remove
is-default-classannotation from themanaged-csi-ultrassdStorageClass to avoid breaking other cluster components that rely on the default StorageClassThe UltraSSD StorageClass is now created as an additional non-default StorageClass, referenced explicitly by the CSI driver test manifest (
ultrassd-manifest.yaml)Depends on: openshift/csi-operator#538