Bug 1846894 - [csi-driver-manila-operator] No clear info when creating ManilaDriver instance with un-expected field from webconsole
Summary: [csi-driver-manila-operator] No clear info when creating ManilaDriver instanc...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.5
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 4.6.0
Assignee: Robb Hamilton
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-06-15 08:26 UTC by Wei Duan
Modified: 2020-10-27 16:07 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Cause: The console's YAML editor allows the inclusion of metadata.namespace for all resources. Consequence: Resources that are not namespaced (do not take a metadata.namespace value) produce a generic, unhelpful error message when a namespace is included when creating via the YAML editor. Fix: If a resource is not namespaced, remove the metadata.namespace value from the YAML input when saving. Result: Resources that are not namespaced but have a metadata.namespace value specified have the value removed and create without error. This makes the console's behavior consistent with the CLI.
Clone Of:
Environment:
Last Closed: 2020-10-27 16:06:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift console pull 6220 0 None closed Bug 1846894: remove namespace if resource is not namespaced and namespace is provided 2020-11-17 08:19:05 UTC
Red Hat Product Errata RHBA-2020:4196 0 None None None 2020-10-27 16:07:22 UTC

Description Wei Duan 2020-06-15 08:26:02 UTC
Description of problem:
When  choosing "YAML View" as "Configure via" and creating ManilaDriver  instance with un-expected field (namespace: "test"), no clear message shows up. 

Version-Release number of selected component (if applicable):
[wduan@MINT appregistry]$ oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version    4.5.0-0.nightly-2020-06-11-183238   True        False         3h56m    Cluster version is 4.5.0-0.nightly-2020-06-11-183238

How reproducible:
Always

Steps to Reproduce:
0. CSI Driver Manila Operator was installed
1. From webconsole,  Operator - CSI Driver Manila Operator - Create ManilaDriver 
2. choose "YAML View" as "Configure via"
3. add "namespace: test"
4. click "Create" button

Actual results:
Danger alert:An error occurred
Not Found

Expected results:
Should display more clear message, like only <namespace> is supported.

Additional info:

Comment 1 Jan Safranek 2020-07-31 10:22:22 UTC
This looks like Console issue. CRD used by Manila controller is not namespaced and adding 'namespace: test' in YAML view produces "An error occurred Not Found"

BTW, you don't need a cluster on OpenStack / Manila to test this bug, a common AWS cluster will do. The operator won't be able to deploy the CSI driver, but it's done *after* user creates CR for the operator.

Comment 5 Yadan Pei 2020-08-26 09:40:17 UTC
1. Subscribe Manila CSI Driver Operator
2. Create 'Manila Driver' instance, in the YAML view, add "namespace: test" and hit Create button
3. Manila Driver instance will be created and the `namespace: test` will be deleted 

this is behaving in the same way with CLI, so moving to Verified 

    4.6.0-0.nightly-2020-08-24-110601

Comment 7 errata-xmlrpc 2020-10-27 16:06:58 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 (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


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