Bug 1846896
| Summary: | [csi-driver-manila-operator] No detail DESCRIPTION info output for "oc explain ManilaDriver" | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Wei Duan <wduan> |
| Component: | Storage | Assignee: | Mike Fedosin <mfedosin> |
| Storage sub component: | Operators | QA Contact: | Qin Ping <piqin> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | unspecified | CC: | aos-bugs, fbertina, jsafrane |
| Version: | 4.5 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-10-27 16:07:13 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: | |||
This has been fixed by reworking it to library-go and ClusterCSIDriver CRD. verified with: 4.6.0-0.nightly-2020-08-06-225752
$ oc explain clustercsidriver
KIND: ClusterCSIDriver
VERSION: operator.openshift.io/v1
DESCRIPTION:
ClusterCSIDriver object allows management and configuration of a CSI driver
operator installed by default in OpenShift.
FIELDS:
apiVersion <string>
APIVersion defines the versioned schema of this representation of an
object. Servers should convert recognized schemas to the latest internal
value, and may reject unrecognized values. More info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind <string>
Kind is a string value representing the REST resource this object
represents. Servers may infer this from the endpoint the client submits
requests to. Cannot be updated. In CamelCase. More info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata <Object>
Standard object's metadata. More info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
spec <Object> -required-
spec holds user settable values for configuration
status <Object>
status holds observed values from the cluster. They may not be overridden.
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 |
Description of problem: When perform command "oc explain ManilaDriver", 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: 1. Manila CSI operator deployed 2. ManilaDriver installed 3. Execute "oc explain maniladriver" Actual results: No detail info description [wduan@MINT verification-tests]$ oc explain maniladriver KIND: ManilaDriver VERSION: csi.openshift.io/v1alpha1 DESCRIPTION: <empty> Expected results: More detail info for explain command Additional info: