Created attachment 1692696 [details] add capacity kebab action Description of problem: When clicking the 'add capacity' kebab action button, the dropdown list containing the 'Add capacity' option disappeared after 2 seconds what makes it very inconvenient for the user. Version-Release number of selected component (if applicable): OCP 4.5 How reproducible: Install OCS and create a storage cluster Steps to Reproduce: 1. Go to Storage cluster instance page. 2. Click on add capacity kebab action. Actual results: The dropdown list containing the 'Add capacity' option disappears after 2 seconds. Expected results: The dropdown list containing the 'Add capacity' option should not disappear. Additional info: $oc version: Client Version: 4.3.8 Server Version: 4.5.0-0.nightly-2020-05-27-023514 Kubernetes Version: v1.18.2+9835af5 $oc get csv -n openshift-storage: NAME DISPLAY VERSION REPLACES PHASE awss3operator.1.0.1 AWS S3 Operator 1.0.1 awss3operator.1.0.0 Succeeded lib-bucket-provisioner.v1.0.0 lib-bucket-provisioner 1.0.0 Succeeded ocs-operator.v4.5.0-435.ci OpenShift Container Storage 4.5.0-435.ci Succeeded Rook version: rook: 4.5-15.741ed813.release_4.5 go: go1.13.4 Ceph version: ceph version 14.2.8-56.el8cp (8d24dfe40524f948afd782e14dc63a0d0cacb28b) nautilus (stable)
Created attachment 1692715 [details] When clicking on add capacity kebab action the dropdown list disappeared
Looks like a core component issue, rather than to be handled by us, Moving to mgmt console.
I suspect what is happening here is a parent node is repeatedly re-rendering. Need to investigate further.
Sam is investigating and will follow up next sprint.
I believe this anonymous component declaration is causing an unmount/remount every render. https://github.com/openshift/console/blob/master/frontend/packages/operator-lifecycle-manager/src/components/clusterserviceversion.tsx#L983-L992
Fix in https://github.com/openshift/console/pull/5632
Checked on ocp 4.6 cluster with payload 4.6.0-0.ci-2020-06-04-011434. 1. Install OCS and create a storage cluster 2. Go to Storage cluster instance page. 3. Click on add capacity kebab action. Could open the model successfully and the model doesn't disappear. The bug is fixed.
*** Bug 1852800 has been marked as a duplicate of this bug. ***
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 (OpenShift Container Platform 4.6 GA Images), 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/RHBA-2020:4196