Skip to content

Commit

Permalink
keep note in v1
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshatdell committed Jan 22, 2025
1 parent 2964c96 commit 1963498
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions content/v1/deployment/csmoperator/drivers/powermax.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,22 @@ Create a secret named powermax-certs in the namespace where the CSI PowerMax dri
b. Install the PowerMax driver using the detailed configuration using the sample file provided
[here](https://github.com/dell/csm-operator/tree/main/samples).

> NOTE:
> [Replication module](https://github.com/dell/csm-operator/blob/main/samples/storage_csm_powermax_v2130.yaml#L283) must be enabled to use the Metro volume

Example:
```yaml
- name: replication
enabled: true
```
> [Target clusterID](https://github.com/dell/csm-operator/blob/main/samples/storage_csm_powermax_v2130.yaml#L316) should be set as self

Example:
```yaml
- name: "TARGET_CLUSTERS_IDS"
value: "self"
```

6. Users should configure the parameters in CR. The following table lists the primary configurable parameters of the PowerMax driver and their default values:

| Parameter | Description | Required | Default |
Expand Down

0 comments on commit 1963498

Please sign in to comment.