Skip to content

Commit a18500c

Browse files
authored
Updating manifest with 2.1.0 changes (#348)
* Updating manifest with 2.1.0 changes
1 parent 8fed9c1 commit a18500c

6 files changed

+261
-749
lines changed

README.driver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Storageclass defines what type of backend volume should be created by dynamic pr
3232
- **clusterId**: Cluster ID on which the volume should be created.
3333
- **volDirBasePath**: Base directory path relative to the filesystem mount point under which directory based volumes should be created. If specified, the storageClass is used for directory based (lightweight) volume creation.
3434
- **uid**: UID with which the volume should be created. Optional
35-
- **gid**: UID with which the volume should be created. Optional
35+
- **gid**: GID with which the volume should be created. Optional
3636
- **filesetType**: Type of fileset. Valid values are "independent" or "dependent". Default: independent
3737
- **parentFileset**: Specifies the parent fileset under which dependent fileset should be created.
38-
- **inodeLimit**: Inode limit for fileset based volumes. If not specified, default IBM Spectrum Scale inode limit of 1 million is used.
38+
- **inodeLimit**: Inode limit for fileset based volumes. If not specified, Inode limit will be calculated using formule volumesize/filesystem block size.
3939

4040
For dynamic provisioning, refer following sample storageClass, pvc and pod files for sanity test
4141

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ Issues will be addressed as team availability permits.
2828

2929
We welcome contributions to this project, see [Contributing](CONTRIBUTING.md) for more details.
3030

31+
##### Note: This repository includes contributions from [ubiquity](https://github.com/ibm/ubiquity).
3132

3233

operator/deploy/olm-catalog/ibm-spectrum-scale-csi-operator/2.1.0/ibm-spectrum-scale-csi-operator.v2.1.0.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ metadata:
99
categories: Storage
1010
certified: 'false'
1111
containerImage: quay.io/ibm-spectrum-scale/ibm-spectrum-scale-csi-operator:v2.1.0
12-
createdAt: Tue Jun 9 11:18:01 EDT 2020
13-
description: An operator for deploying and managing the IBM CSI Spectrum Scale
12+
createdAt: Tue Nov 10 09:12:57 IST 2020
13+
description: An operator for deploying and managing the IBM Spectrum Scale CSI
1414
Driver.
1515
repository: https://github.com/IBM/ibm-spectrum-scale-csi/
1616
support: IBM

0 commit comments

Comments
 (0)