Skip to content

Commit

Permalink
fix prerequisites link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
panigs7 committed Aug 28, 2023
1 parent 120660e commit c1ff9a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config/samples/storage_v1_csm_powerflex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ spec:

# X_CSI_MAX_VOLUMES_PER_NODE: Defines the maximum PowerFlex volumes that can be created per node
# Allowed values: Any value greater than or equal to 0
# If value is zero CO SHALL decide how many volumes of this type can be published by the controller to the node.
# This limit is applicable to all the nodes in the cluster for which node label 'maxVxflexosVolumesPerNode' is not set.
# Default value: "0"
- name: X_CSI_MAX_VOLUMES_PER_NODE
value: "0"
Expand Down
4 changes: 3 additions & 1 deletion samples/storage_csm_powerflex_v280.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,11 @@ spec:

# X_CSI_MAX_VOLUMES_PER_NODE: Defines the maximum PowerFlex volumes that can be created per node
# Allowed values: Any value greater than or equal to 0
# If value is zero CO SHALL decide how many volumes of this type can be published by the controller to the node.
# This limit is applicable to all the nodes in the cluster for which node label 'maxVxflexosVolumesPerNode' is not set.
# Default value: "0"
- name: X_CSI_MAX_VOLUMES_PER_NODE
value: "1"
value: "0"



Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ go get github.com/onsi/gomega/...

To run e2e test, go through the following steps:

- Ensure you meet all [prerequisites](#prerequisite).
- Ensure you meet all [prerequisites](https://github.com/dell/csm-operator/blob/main/tests/README.md#prerequisites).
- Change to the `tests/e2e` directory.
- Set your environment variables in the file `env-e2e-test.sh`. You MUST set `CERT-CSI` to point to a cert-csi executable.
- If you want to test any modules, uncomment their environment variables in `env-e2e-test.sh`.
Expand Down

0 comments on commit c1ff9a9

Please sign in to comment.