Bug 1947767 - [azure-disk-csi-driver-operator] Uses the same storage type in the sc created by it as the default sc?
Summary: [azure-disk-csi-driver-operator] Uses the same storage type in the sc created...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Storage
Version: 4.8
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: 4.8.0
Assignee: Christian Huffman
QA Contact: Qin Ping
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-04-09 08:08 UTC by Qin Ping
Modified: 2021-07-27 22:58 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-07-27 22:58:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift azure-disk-csi-driver-operator pull 11 0 None open Bug 1947767: Updates default SC to Premium SKU 2021-04-09 14:49:42 UTC
Red Hat Product Errata RHSA-2021:2438 0 None None None 2021-07-27 22:58:46 UTC

Description Qin Ping 2021-04-09 08:08:35 UTC
Description of problem:
azure-disk-csi-driver-operator uses the same storage type in the sc created by it as the default sc?

Version-Release number of selected component (if applicable):
4.8.0-0.nightly-2021-04-08-200632

How reproducible:
Always

Steps to Reproduce:
1. Set Up an OCP4.8 cluster on Azure
2. Enable TechPreviewNoUpgrade featureset
3. Check the storageclass created by azure disk csi driver operator

Actual results:
$ oc describe sc managed-csi
Name:                  managed-csi
IsDefaultClass:        No
Annotations:           <none>
Provisioner:           disk.csi.azure.com
Parameters:            skuname=StandardSSD_LRS
<--skip-- >

$ oc describe sc managed-premium 
Name:                  managed-premium
IsDefaultClass:        Yes
Annotations:           storageclass.kubernetes.io/is-default-class=true
Provisioner:           kubernetes.io/azure-disk
Parameters:            kind=Managed,storageaccounttype=Premium_LRS
<--skip--->

In the default sc, the storage type is “Premium_LRS”, in the sc created by azure disk csi driver operator, the storage type is “StandardSSD_LRS”.


Expected results:
For the same user experience, I'd like to use the same storage type by default.

Comment 2 Qin Ping 2021-04-14 05:51:32 UTC
Verified with: 4.8.0-0.nightly-2021-04-13-171608

Comment 5 errata-xmlrpc 2021-07-27 22:58:26 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2021:2438


Note You need to log in before you can comment on or make changes to this bug.