Skip to content

Commit

Permalink
CPG placeholders and partner update (#205)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mattsson <michael.mattsson@gmail.com>
  • Loading branch information
datamattsson authored May 14, 2024
1 parent 0a86a47 commit 2f90962
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/container_storage_provider/hpe_alletra_storage_mp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,18 @@ All parameters enumerated reflects the current version and may contain unannounc

### Common Provisioning Parameters

<!--
| cpg <sup>1</sup> | Text | The name of existing CPG to be used for volume provisioning. If the `cpg` parameter is not specified, the CSP will automatically set `cpg` parameter based upon a CPG available to the array. |
| snapCpg <sup>1</sup> | Text | The name of the snapshot CPG to be used for volume provisioning. Defaults to value of `cpg` if not specified. |
| compression <sup>1</sup> | Boolean | Indicates that the volume should be compressed. (3PAR only) |
-->

| Parameter | &nbsp;&nbsp;Option&nbsp;&nbsp; | Description |
| ---------- | ------- | ----------- |
| accessProtocol <br /> (**Required**) | fc | The access protocol to use when accessing the persistent volume. |
| | iscsi | The access protocol to use when accessing the persistent volume. |
| cpg <sup>1</sup> | Text | The name of existing CPG to be used for volume provisioning. If the cpg parameter is not specified, the CSP will automatically set cpg parameter based upon a CPG available to the array. |
| snapCpg <sup>1</sup> | Text | The name of the snapshot CPG to be used for volume provisioning. Defaults to value of `cpg` if not specified. |
| cpg <sup>1</sup> | Text | The name of existing CPG to be used for volume provisioning. If the `cpg` parameter is not specified, the CSP will select a CPG available to the array. |
| snapCpg <sup>1</sup> | Text | The name of the snapshot CPG to be used for volume provisioning. Needs to be set with the same value as `cpg` if any kind of `VolumeSnapshots` or `PVC` cloning parameters are used. |
| compression <sup>1</sup> | Boolean | Indicates that the volume should be compressed. (3PAR only) |
| provisioningType <sup>1</sup> <br /> (**Default: tpvv**) | tpvv | Indicates Thin provisioned volume type. |
| | full <sup>3</sup> | Indicates Full provisioned volume type. |
Expand Down
2 changes: 2 additions & 0 deletions docs/partners/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* [HPE Ezmeral Runtime Enterprise](../ezmeral/install.md)
* [Amazon EKS Anywhere](amazon_eks_anywhere/index.md)
* [Canonical](canonical/index.md)
* [Cohesity](cohesity/index.md)
* [Commvault](commvault/index.md)
* [Kasten by Veeam](kasten/index.md)
* [Mirantis](mirantis/index.md)
Expand Down

0 comments on commit 2f90962

Please sign in to comment.