Bug 1868365

Summary: LSO localvolumeset does not support `minDeviceCount`
Product: OpenShift Container Platform Reporter: Chao Yang <chaoyang>
Component: StorageAssignee: Rohan CJ <rojoseph>
Storage sub component: Local Storage Operator QA Contact: Chao Yang <chaoyang>
Status: CLOSED ERRATA Docs Contact:
Severity: low    
Priority: unspecified CC: aos-bugs, jsafrane, rojoseph
Version: 4.6   
Target Milestone: ---   
Target Release: 4.6.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 16:28:06 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:

Description Chao Yang 2020-08-12 11:57:15 UTC
Description of problem:
Only found csv files include `minDeviceCount`. 
But now LSO does not support minDeviceCount.

If not support this option, please remove if from csv files.
If support this option, please add it in the crd.

Version-Release number of selected component (if applicable):
local-storage-operator.4.6.0-202008111832.p0

How reproducible:
Always
Steps to Reproduce:
1.Deploy LSO
2.Check csv files

oc get csv local-storage-operator.4.6.0-202008111832.p0 -o yaml | grep -i mindevicecount
            "minDeviceCount": 5,



Actual results:
Option `minDeviceCount` included in the csv files but not support by crd.

Expected results:
If not support `minDeviceCount`, please remove it from csv files.
Master Log:

Node Log (of failed PODs):

PV Dump:

PVC Dump:

StorageClass Dump (if StorageClass used by PV/PVC):

Additional info:

Comment 3 Chao Yang 2020-08-24 05:10:58 UTC
Passed with local-storage-operator.4.6.0-202008202200.p0

oc get csv -o yaml |grep min
                "minSize": "10G"
          f:minKubeVersion: {}
        - description: VolumeMode determines whether the PV created is Block or Filesystem.
          serviceAccountName: local-storage-admin
          serviceAccountName: local-storage-admin
    minKubeVersion: 1.14.0
      message: CSV minKubeVersion (1.14.0) less than server version (v1.19.0-rc.2+3e083ac-dirty)
      name: local-storage-admin

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