Bug 1868365 - LSO localvolumeset does not support `minDeviceCount`
Summary: LSO localvolumeset does not support `minDeviceCount`
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Storage
Version: 4.6
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: 4.6.0
Assignee: Rohan CJ
QA Contact: Chao Yang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-08-12 11:57 UTC by Chao Yang
Modified: 2020-10-27 16:28 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-10-27 16:28:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift local-storage-operator pull 140 0 None closed Bug 1868365: Remove spec.minDeviceCount from LocalVolumeSet CSV example 2020-10-06 13:11:04 UTC
Red Hat Product Errata RHBA-2020:4196 0 None None None 2020-10-27 16:28:21 UTC

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


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