Bug 1887008

Summary: Should not support creating localvolumediscoveryresult from web console
Product: OpenShift Container Platform Reporter: Chao Yang <chaoyang>
Component: StorageAssignee: Tomas Smetana <tsmetana>
Storage sub component: Local Storage Operator QA Contact: Qin Ping <piqin>
Status: CLOSED DUPLICATE Docs Contact:
Severity: low    
Priority: unspecified CC: afrahman, aos-bugs, chuffman, jsafrane, nthomas
Version: 4.6   
Target Milestone: ---   
Target Release: 4.7.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: 2020-10-27 17:13:03 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: 1886973    

Description Chao Yang 2020-10-10 03:43:26 UTC
Description of problem:
Should not create localvolumediscoveryresult from web console

Version-Release number of selected component (if applicable):
4.6.0-0.nightly-2020-10-08-210814
local-storage-operator.4.6.0-202010061132.p0

How reproducible:
Always

Steps to Reproduce:
1.Install Local-storage-operator
2.Check "Provided API", customer can create localvolumediscoberyresult
3.
oc get localvolumediscoveryresult example -o yaml
apiVersion: local.storage.openshift.io/v1alpha1
kind: LocalVolumeDiscoveryResult
metadata:
  creationTimestamp: "2020-10-10T02:55:29Z"
  generation: 1
  managedFields:
  - apiVersion: local.storage.openshift.io/v1alpha1
    fieldsType: FieldsV1
    fieldsV1:
      f:spec:
        .: {}
        f:nodeName: {}
    manager: Mozilla
    operation: Update
    time: "2020-10-10T02:55:29Z"
  name: example
  namespace: openshift-local-storage
  resourceVersion: "335048"
  selfLink: /apis/local.storage.openshift.io/v1alpha1/namespaces/openshift-local-storage/localvolumediscoveryresults/example
  uid: 5cb7fd29-5fb9-43a2-88cd-d6ab5c30df4d
spec:
  nodeName: ip-10-0-144-158


Actual results:
localvolumediscoveryresult can be created from web console. 

Expected results:
Should not support creating localvolumediscoveryresult from web console.

Additional info: