From 1bc0d7f04596aa8c8e6f4d78bc1952faf2fceb24 Mon Sep 17 00:00:00 2001 From: niranjan-n1 Date: Thu, 16 Jan 2025 21:15:29 +0530 Subject: [PATCH 1/4] added Note --- .../csmoperator/drivers/powermax.md | 18 +++++++++++++++-- .../csmoperator/drivers/powermax.md | 20 +++++++++++++++++-- 2 files changed, 34 insertions(+), 4 deletions(-) diff --git a/content/docs/deployment/csmoperator/drivers/powermax.md b/content/docs/deployment/csmoperator/drivers/powermax.md index e92968cdd5..02f7db0e43 100644 --- a/content/docs/deployment/csmoperator/drivers/powermax.md +++ b/content/docs/deployment/csmoperator/drivers/powermax.md @@ -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 @@ -475,7 +475,21 @@ 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/a3202c69ddab8ea2aae17704e37ce3d92915606c/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/a3202c69ddab8ea2aae17704e37ce3d92915606c/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 | |-----------|-------------|----------|---------| diff --git a/content/v1/deployment/csmoperator/drivers/powermax.md b/content/v1/deployment/csmoperator/drivers/powermax.md index e012c9e218..c1728c09de 100644 --- a/content/v1/deployment/csmoperator/drivers/powermax.md +++ b/content/v1/deployment/csmoperator/drivers/powermax.md @@ -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 @@ -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/a3202c69ddab8ea2aae17704e37ce3d92915606c/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/a3202c69ddab8ea2aae17704e37ce3d92915606c/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 | |-----------|-------------|----------|---------| From 22969622e182e02722f76a307067314b003603cb Mon Sep 17 00:00:00 2001 From: niranjan-n1 Date: Thu, 16 Jan 2025 21:17:16 +0530 Subject: [PATCH 2/4] added Note --- content/docs/deployment/csmoperator/drivers/powermax.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/deployment/csmoperator/drivers/powermax.md b/content/docs/deployment/csmoperator/drivers/powermax.md index 02f7db0e43..e247bca67f 100644 --- a/content/docs/deployment/csmoperator/drivers/powermax.md +++ b/content/docs/deployment/csmoperator/drivers/powermax.md @@ -476,13 +476,13 @@ Create a secret named powermax-certs in the namespace where the CSI PowerMax dri [here](https://github.com/dell/csm-operator/tree/main/samples). > NOTE: -> Replication [module] (https://github.com/dell/csm-operator/blob/a3202c69ddab8ea2aae17704e37ce3d92915606c/samples/storage_csm_powermax_v2130.yaml#L283) must be enabled to use the Metro volume +> [Replication module](https://github.com/dell/csm-operator/blob/a3202c69ddab8ea2aae17704e37ce3d92915606c/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/a3202c69ddab8ea2aae17704e37ce3d92915606c/samples/storage_csm_powermax_v2130.yaml#L316) should be set as self +> [Target clusterID](https://github.com/dell/csm-operator/blob/a3202c69ddab8ea2aae17704e37ce3d92915606c/samples/storage_csm_powermax_v2130.yaml#L316) should be set as self Example: ```yaml - name: "TARGET_CLUSTERS_IDS" From 17ba3664ab021fa7d6f44ee250d1deb76cd2e56d Mon Sep 17 00:00:00 2001 From: niranjan-n1 Date: Thu, 16 Jan 2025 21:23:23 +0530 Subject: [PATCH 3/4] added Note --- content/docs/deployment/csmoperator/drivers/powermax.md | 4 ++-- content/v1/deployment/csmoperator/drivers/powermax.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/deployment/csmoperator/drivers/powermax.md b/content/docs/deployment/csmoperator/drivers/powermax.md index e247bca67f..e91edc1dc6 100644 --- a/content/docs/deployment/csmoperator/drivers/powermax.md +++ b/content/docs/deployment/csmoperator/drivers/powermax.md @@ -476,13 +476,13 @@ Create a secret named powermax-certs in the namespace where the CSI PowerMax dri [here](https://github.com/dell/csm-operator/tree/main/samples). > NOTE: -> [Replication module](https://github.com/dell/csm-operator/blob/a3202c69ddab8ea2aae17704e37ce3d92915606c/samples/storage_csm_powermax_v2130.yaml#L283) must be enabled to use the Metro volume +> [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/a3202c69ddab8ea2aae17704e37ce3d92915606c/samples/storage_csm_powermax_v2130.yaml#L316) should be set as self +> [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" diff --git a/content/v1/deployment/csmoperator/drivers/powermax.md b/content/v1/deployment/csmoperator/drivers/powermax.md index c1728c09de..a5dd76840c 100644 --- a/content/v1/deployment/csmoperator/drivers/powermax.md +++ b/content/v1/deployment/csmoperator/drivers/powermax.md @@ -417,14 +417,14 @@ Create a secret named powermax-certs in the namespace where the CSI PowerMax dri [here](https://github.com/dell/csm-operator/tree/main/samples). > NOTE: -> [Replication module](https://github.com/dell/csm-operator/blob/a3202c69ddab8ea2aae17704e37ce3d92915606c/samples/storage_csm_powermax_v2130.yaml#L283) must be enabled to use the Metro volume +> [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/a3202c69ddab8ea2aae17704e37ce3d92915606c/samples/storage_csm_powermax_v2130.yaml#L316) should be set as self +> [Target clusterID](https://github.com/dell/csm-operator/blob/main/samples/storage_csm_powermax_v2130.yaml#L316) should be set as self Example: ```yaml From 6d5b9ac66c235dfb1c0346c7cdb5f8971668ca0a Mon Sep 17 00:00:00 2001 From: niranjan-n1 Date: Thu, 16 Jan 2025 21:35:21 +0530 Subject: [PATCH 4/4] added Note --- content/docs/deployment/csmoperator/drivers/powermax.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/deployment/csmoperator/drivers/powermax.md b/content/docs/deployment/csmoperator/drivers/powermax.md index e91edc1dc6..da746d1e1e 100644 --- a/content/docs/deployment/csmoperator/drivers/powermax.md +++ b/content/docs/deployment/csmoperator/drivers/powermax.md @@ -477,12 +477,14 @@ Create a secret named powermax-certs in the namespace where the CSI PowerMax dri > 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"