Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document update for Powermax Metro #1414

Merged
merged 5 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions content/docs/deployment/csmoperator/drivers/powermax.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Create a secret named powermax-certs in the namespace where the CSI PowerMax dri
X_CSI_MANAGED_ARRAYS: "000000000000,000000000000,"
```

4. Create a CR (Custom Resource) for PowerMax using the sample files provided
5. Create a CR (Custom Resource) for PowerMax using the sample files provided

a. Install the PowerMax driver using default configuration using
the sample file provided
Expand All @@ -475,7 +475,23 @@ 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).

5. Users should configure the parameters in CR. The following table lists the primary configurable parameters of the PowerMax driver and their default values:
> 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
20 changes: 18 additions & 2 deletions content/v1/deployment/csmoperator/drivers/powermax.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ Create a secret named powermax-certs in the namespace where the CSI PowerMax dri
X_CSI_MANAGED_ARRAYS: "000000000000,000000000000,"
```

4. Create a CR (Custom Resource) for PowerMax using the sample files provided
5. Create a CR (Custom Resource) for PowerMax using the sample files provided

a. Install the PowerMax driver using default configuration using
the sample file provided
Expand All @@ -416,7 +416,23 @@ 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).

5. Users should configure the parameters in CR. The following table lists the primary configurable parameters of the PowerMax driver and their default values:
> 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
Loading