From 55f4d72f1c2db629ff4a73c66145b592d7ba7921 Mon Sep 17 00:00:00 2001 From: Aaron Tye Date: Wed, 18 Mar 2026 09:19:56 -0400 Subject: [PATCH 1/5] update powermax max active params --- .../v2.x/configuration/powermax/_index.md | 16 ++++++++-------- .../kubernetes/powermax/helm/_index.md | 8 ++++---- .../v2.x/configuration/powermax/_index.md | 16 ++++++++-------- .../kubernetes/powermax/helm/_index.md | 8 ++++---- .../v1.x/configuration/powermax/_index.md | 16 ++++++++-------- .../v2.x/configuration/powermax/_index.md | 16 ++++++++-------- .../kubernetes/powermax/helm/_index.md | 8 ++++---- 7 files changed, 44 insertions(+), 44 deletions(-) diff --git a/content/docs/concepts/authorization/v2.x/configuration/powermax/_index.md b/content/docs/concepts/authorization/v2.x/configuration/powermax/_index.md index 5123e8a5ca..51f117dee0 100644 --- a/content/docs/concepts/authorization/v2.x/configuration/powermax/_index.md +++ b/content/docs/concepts/authorization/v2.x/configuration/powermax/_index.md @@ -68,10 +68,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` **Helm** @@ -95,10 +95,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` 4. **Operator Only**: Prepare the reverse proxy configMap using sample [here](https://github.com/dell/csm-operator/blob/main/samples/csireverseproxy/config.yaml). Fill in the appropriate values for driver configuration. diff --git a/content/docs/getting-started/installation/kubernetes/powermax/helm/_index.md b/content/docs/getting-started/installation/kubernetes/powermax/helm/_index.md index 4ebb81eb40..6fd702cbe0 100644 --- a/content/docs/getting-started/installation/kubernetes/powermax/helm/_index.md +++ b/content/docs/getting-started/installation/kubernetes/powermax/helm/_index.md @@ -60,10 +60,10 @@ Install Helm 3 on the master node before you install CSI Driver for PowerMax. password: password skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 - endpoint: https://backup-1.unisphe.re:8443 username: admin2 password: password2 diff --git a/content/v1/concepts/authorization/v2.x/configuration/powermax/_index.md b/content/v1/concepts/authorization/v2.x/configuration/powermax/_index.md index 58ee9f9a9d..21d8cc71d6 100644 --- a/content/v1/concepts/authorization/v2.x/configuration/powermax/_index.md +++ b/content/v1/concepts/authorization/v2.x/configuration/powermax/_index.md @@ -104,10 +104,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` **Helm** @@ -129,10 +129,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` 5. **Operator Only**: Prepare the reverse proxy configMap using sample [here](https://github.com/dell/csm-operator/blob/main/samples/csireverseproxy/config.yaml). Fill in the appropriate values for driver configuration. diff --git a/content/v1/getting-started/installation/kubernetes/powermax/helm/_index.md b/content/v1/getting-started/installation/kubernetes/powermax/helm/_index.md index e749bc786f..635c990ff7 100644 --- a/content/v1/getting-started/installation/kubernetes/powermax/helm/_index.md +++ b/content/v1/getting-started/installation/kubernetes/powermax/helm/_index.md @@ -60,10 +60,10 @@ Install Helm 3 on the master node before you install CSI Driver for PowerMax. password: password skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 - endpoint: https://backup-1.unisphe.re:8443 username: admin2 password: password2 diff --git a/content/v2/concepts/authorization/v1.x/configuration/powermax/_index.md b/content/v2/concepts/authorization/v1.x/configuration/powermax/_index.md index d16ccf45de..c674e28dcb 100644 --- a/content/v2/concepts/authorization/v1.x/configuration/powermax/_index.md +++ b/content/v2/concepts/authorization/v1.x/configuration/powermax/_index.md @@ -68,10 +68,10 @@ Create the karavi-authorization-config secret using this command: password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` **Operator** @@ -93,10 +93,10 @@ Create the karavi-authorization-config secret using this command: password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` 5. Enable Container Storage Modules Authorization in the driver installation applicable to your installation method. diff --git a/content/v2/concepts/authorization/v2.x/configuration/powermax/_index.md b/content/v2/concepts/authorization/v2.x/configuration/powermax/_index.md index c71be7de13..9c0eee670c 100644 --- a/content/v2/concepts/authorization/v2.x/configuration/powermax/_index.md +++ b/content/v2/concepts/authorization/v2.x/configuration/powermax/_index.md @@ -73,10 +73,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` **Helm** @@ -98,10 +98,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu password: - skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 ``` 5. **Operator Only**: Prepare the reverse proxy configMap using sample [here](https://github.com/dell/csm-operator/tree/release/{{< version-v2 key="csm-operator_latest_version" >}}/samples/csireverseproxy/config.yaml). Fill in the appropriate values for driver configuration. diff --git a/content/v2/getting-started/installation/kubernetes/powermax/helm/_index.md b/content/v2/getting-started/installation/kubernetes/powermax/helm/_index.md index cbd6e5db81..76c1a4d7e5 100644 --- a/content/v2/getting-started/installation/kubernetes/powermax/helm/_index.md +++ b/content/v2/getting-started/installation/kubernetes/powermax/helm/_index.md @@ -60,10 +60,10 @@ Install Helm 3 on the master node before you install CSI Driver for PowerMax. password: password skipCertificateValidation: true limits: - maxActiveRead: 10 - maxActiveWrite: 10 - maxOutstandingRead: 10 - maxOutstandingWrite: 10 + maxActiveRead: 5 + maxActiveWrite: 4 + maxOutstandingRead: 50 + maxOutstandingWrite: 50 - endpoint: https://backup-1.unisphe.re:8443 username: admin2 password: password2 From b1a89634ad87e31688891f0ac9e6bfb541724fb7 Mon Sep 17 00:00:00 2001 From: Aaron Tye Date: Wed, 18 Mar 2026 10:28:49 -0400 Subject: [PATCH 2/5] endpoint requirement for powerstore --- content/docs/concepts/authorization/v2.x/configuration/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/concepts/authorization/v2.x/configuration/_index.md b/content/docs/concepts/authorization/v2.x/configuration/_index.md index 13aa0cc8da..c66d39fb8b 100644 --- a/content/docs/concepts/authorization/v2.x/configuration/_index.md +++ b/content/docs/concepts/authorization/v2.x/configuration/_index.md @@ -61,6 +61,7 @@ A `storage` entity in Container Storage Modules Authorization consists of the st >__Note__: > - You must specify exactly one option for the storageSystemCredentials field, e.g. secretProviderClass. +> - For PowerStore, the endpoint must be appeneded with `/api/rest`. For example, `https://10.0.0.1/api/rest`. Edit these parameters in the manifest: From 6e9cc6cc417765ee7f403bec0f09fb65e3cb391a Mon Sep 17 00:00:00 2001 From: Aaron Tye Date: Wed, 18 Mar 2026 10:34:14 -0400 Subject: [PATCH 3/5] fix spelling --- .../docs/concepts/authorization/v2.x/configuration/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/concepts/authorization/v2.x/configuration/_index.md b/content/docs/concepts/authorization/v2.x/configuration/_index.md index c66d39fb8b..d9b41dd40c 100644 --- a/content/docs/concepts/authorization/v2.x/configuration/_index.md +++ b/content/docs/concepts/authorization/v2.x/configuration/_index.md @@ -61,7 +61,7 @@ A `storage` entity in Container Storage Modules Authorization consists of the st >__Note__: > - You must specify exactly one option for the storageSystemCredentials field, e.g. secretProviderClass. -> - For PowerStore, the endpoint must be appeneded with `/api/rest`. For example, `https://10.0.0.1/api/rest`. +> - For PowerStore, the endpoint must be appended with `/api/rest`. For example, `https://10.0.0.1/api/rest`. Edit these parameters in the manifest: From e88ffd546a7106f0fb23be1832df22a5dcfa06f9 Mon Sep 17 00:00:00 2001 From: Aaron Tye Date: Wed, 18 Mar 2026 12:55:12 -0400 Subject: [PATCH 4/5] show all driver links for Auth configuration --- .../powerflex/csmoperator/csm-modules/authorizationv2-0.md | 2 +- .../powermax/csmoperator/csm-modules/authorizationv2-0.md | 2 +- .../installation/openshift/powermax/csmoperator/_index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/getting-started/installation/kubernetes/powerflex/csmoperator/csm-modules/authorizationv2-0.md b/content/docs/getting-started/installation/kubernetes/powerflex/csmoperator/csm-modules/authorizationv2-0.md index f04413177d..8429a4c83a 100644 --- a/content/docs/getting-started/installation/kubernetes/powerflex/csmoperator/csm-modules/authorizationv2-0.md +++ b/content/docs/getting-started/installation/kubernetes/powerflex/csmoperator/csm-modules/authorizationv2-0.md @@ -6,4 +6,4 @@ description: > Container Storage Modules (CSM) for Authorization v2.0 Operator deployment --- -{{}} +{{}} diff --git a/content/docs/getting-started/installation/kubernetes/powermax/csmoperator/csm-modules/authorizationv2-0.md b/content/docs/getting-started/installation/kubernetes/powermax/csmoperator/csm-modules/authorizationv2-0.md index 2b1a4eeea9..289ace05f9 100644 --- a/content/docs/getting-started/installation/kubernetes/powermax/csmoperator/csm-modules/authorizationv2-0.md +++ b/content/docs/getting-started/installation/kubernetes/powermax/csmoperator/csm-modules/authorizationv2-0.md @@ -6,4 +6,4 @@ description: > Container Storage Modules (CSM) for Authorization v2.0 Operator deployment --- -{{}} +{{}} diff --git a/content/docs/getting-started/installation/openshift/powermax/csmoperator/_index.md b/content/docs/getting-started/installation/openshift/powermax/csmoperator/_index.md index 69a4d9f677..8f508b9df2 100644 --- a/content/docs/getting-started/installation/openshift/powermax/csmoperator/_index.md +++ b/content/docs/getting-started/installation/openshift/powermax/csmoperator/_index.md @@ -141,7 +141,7 @@ dell-csm-operator-controller-manager-86dcdc8c48-6dkxm 2/2 Running 4. **Create the Reverse Proxy TLS Secret** - Referencing the TLS certificate and key created in the [CSI PowerMax Reverse Proxy](./#csi-powermax-reverse-proxy) prerequisite, create the `csirevproxy-tls-secret` secret. + Referencing the TLS certificate and key created in the [CSI PowerMax Reverse Proxy](../prerequisite/#csi-powermax-reverse-proxy) prerequisite, create the `csirevproxy-tls-secret` secret. ```bash oc create secret -n powermax tls csirevproxy-tls-secret --cert=tls.crt --key=tls.key ``` From ca80467e214a083552c87cd944e27566c6944a46 Mon Sep 17 00:00:00 2001 From: Aaron Tye Date: Mon, 23 Mar 2026 15:22:44 -0400 Subject: [PATCH 5/5] Update CODEOWNERS --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 50cd21aae3..8e248658c8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,5 +11,6 @@ # Aron Suliman (AronAtDell) # Sharmila Ramamoorthy (sharmilarama) # Alik Saring (alikdell) +# Ray Sedlock (rsedlock1958) -* @mjsdell @AronAtDell @sharmilarama @alikdell @prablr79 +* @mjsdell @AronAtDell @sharmilarama @alikdell @prablr79 @rsedlock1958