Skip to content

Commit

Permalink
Updating manifest with 2.1.0 changes (#348)
Browse files Browse the repository at this point in the history
* Updating manifest with 2.1.0 changes
  • Loading branch information
deeghuge authored Nov 11, 2020
1 parent 8fed9c1 commit a18500c
Show file tree
Hide file tree
Showing 6 changed files with 261 additions and 749 deletions.
4 changes: 2 additions & 2 deletions README.driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Storageclass defines what type of backend volume should be created by dynamic pr
- **clusterId**: Cluster ID on which the volume should be created.
- **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.
- **uid**: UID with which the volume should be created. Optional
- **gid**: UID with which the volume should be created. Optional
- **gid**: GID with which the volume should be created. Optional
- **filesetType**: Type of fileset. Valid values are "independent" or "dependent". Default: independent
- **parentFileset**: Specifies the parent fileset under which dependent fileset should be created.
- **inodeLimit**: Inode limit for fileset based volumes. If not specified, default IBM Spectrum Scale inode limit of 1 million is used.
- **inodeLimit**: Inode limit for fileset based volumes. If not specified, Inode limit will be calculated using formule volumesize/filesystem block size.

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

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ Issues will be addressed as team availability permits.

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

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


Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ metadata:
categories: Storage
certified: 'false'
containerImage: quay.io/ibm-spectrum-scale/ibm-spectrum-scale-csi-operator:v2.1.0
createdAt: Tue Jun 9 11:18:01 EDT 2020
description: An operator for deploying and managing the IBM CSI Spectrum Scale
createdAt: Tue Nov 10 09:12:57 IST 2020
description: An operator for deploying and managing the IBM Spectrum Scale CSI
Driver.
repository: https://github.com/IBM/ibm-spectrum-scale-csi/
support: IBM
Expand Down
Loading

0 comments on commit a18500c

Please sign in to comment.