Bug 2022302
| Summary: | [RFE] [UI] When OCS 4.8 is upgraded to ODF 4.9, storagesystem creation is enabled and can confuse end-users as storagesystem creation takes place on it's own | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Aman Agrawal <amagrawa> |
| Component: | OLM | Assignee: | Kevin Rizza <krizza> |
| OLM sub component: | OLM | QA Contact: | Jian Zhang <jiazha> |
| Status: | CLOSED NOTABUG | Docs Contact: | |
| Severity: | medium | ||
| Priority: | unspecified | CC: | afrahman, aos-bugs, badhikar, nigoyal, nthomas, pbalogh |
| Version: | 4.9 | Keywords: | Improvement |
| Target Milestone: | --- | Flags: | badhikar:
needinfo-
|
| Target Release: | 4.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-11-29 19:00:34 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2027394 | ||
|
Comment 4
Bipul Adhikari
2021-11-29 06:16:21 UTC
@Nitin, IIUC that you have defined somewhere how the initialization window should look like for installed operator and that's where we see the info about create StorageSystem? I saw you referred: https://github.com/red-hat-storage/odf-operator/blob/main/bundle/manifests/odf-operator.clusterserviceversion.yaml#L41 But here I don't see exact text mentioned in the window we see. Is this the right place and I just overlooked? If not, can you please refer the proper place where it's defined? Like the button for creating storageSystem and so on? At least what we can do is to add some more text note like: If this ODF was installed as part of upgrade from OCS 4.8, please ignore the Storage System creation request (In upgrade scenario the StorageSystem is created automatically). BTW how the logic is implemented that the button for storage system creation is grayed out for like 30 seconds and then become blue (clickable)? I guess that there is some condition till the ODF operator and so on is created? If we can have some logic there - I think that you can add some check to figure out that storage system is created (or if OCS 4.8 exist) and if so than you can maybe print different layout in that Window? I guess that other operators do not have Create Storage System button right? Thanks Hi Petr, The link provided above is a way of telling the console that we do want to create this resource on the installation of the operator. That is all we can do from the backend and all other checks and validations you are referring to need to be added to the OCP console. I really don't have an idea how the console is working. Maybe someone from UI can clear those doubts. Hi folks, This seems like it could potentially be a feature either of OLM proper or potentially of the openshift console. In either case, we do not use bugzilla to track RFEs. Please file an issue on the RFE board in Jira. https://issues.redhat.com/projects/RFE/ Closing this as NOTABUG. |